summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Norton2018-07-10 12:20:01 +0100
committerRobert Norton2018-07-10 12:20:09 +0100
commitca40c5ae8f89aa3268bdc69125107c62c9240a4c (patch)
treec1f5b847b853ae0b304ab30486d2736895960280 /Makefile
parent58836205da846571afdb7994a9d5915f6fbae09f (diff)
further anonymisation work.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7fbd951..a22e19df 100644
--- a/Makefile
+++ b/Makefile
@@ -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\