summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Norton2018-07-10 17:17:11 +0100
committerRobert Norton2018-07-10 17:18:08 +0100
commitdefeb0288cf2c4b5315a11a20de142318d921fc7 (patch)
tree794f08d7edc80408decce5a1d2d34ab03d819e77 /Makefile
parent497c8bf636619988203f8a868806fb04903db2dd (diff)
remove sim.dts when anonymising.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a22e19df..40040a11 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ anon_dist:
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`
+ rm mips/sim.dts
clean:
for subdir in src arm ; do\