diff options
| author | Thomas Bauereiss | 2017-06-13 16:19:49 +0100 |
|---|---|---|
| committer | Thomas Bauereiss | 2017-06-13 16:19:49 +0100 |
| commit | e74b82c578216605fc8e0b54b1db62df26127282 (patch) | |
| tree | 18271cf09d419f66c173207710da666f5e751a35 /Makefile | |
| parent | 00f3ebcd594d287719ebec5fc4671fa651010166 (diff) | |
Add Makefile and ROOT for Isabelle library
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.PHONY: all sail language clean archs apply_header +.PHONY: all sail language clean archs isabelle-lib apply_header all: sail interpreter @@ -17,6 +17,9 @@ archs: $(MAKE) -C "$$arch" || exit;\ done +isabelle-lib: + $(MAKE) -C isabelle-lib + apply_header: $(MAKE) clean headache -c etc/headache_config -h etc/mips_header `ls mips/*.sail` @@ -32,4 +35,3 @@ clean: $(MAKE) -C "$$subdir" clean;\ done -rm sail - |
