diff options
| author | Robert Norton | 2018-07-10 12:20:01 +0100 |
|---|---|---|
| committer | Robert Norton | 2018-07-10 12:20:09 +0100 |
| commit | ca40c5ae8f89aa3268bdc69125107c62c9240a4c (patch) | |
| tree | c1f5b847b853ae0b304ab30486d2736895960280 /Makefile | |
| parent | 58836205da846571afdb7994a9d5915f6fbae09f (diff) | |
further anonymisation work.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -66,7 +66,9 @@ anon_dist: headache -c etc/headache_config -h etc/anon_header `ls src/lem_interp/*.ml` headache -c etc/headache_config -h etc/anon_header `ls src/lem_interp/*.lem` headache -c etc/headache_config -h etc/anon_header `ls arm/*.sail` - tar czf sail.tar.gz aarch64 cheri mips riscv language lib src snapshots + headache -c etc/headache_config -h etc/anon_header `ls snapshots/isabelle/lib/sail/*.thy` + headache -c etc/headache_config -h etc/anon_header `ls snapshots/isabelle/lib/lem/*.thy` + headache -c etc/headache_config -h etc/anon_header `ls snapshots/hol4/lem/hol-lib/*.sml` clean: for subdir in src arm ; do\ |
