aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Norton <robert.norton@microsoft.com>2021-07-29 16:36:43 +0100
committerRobert Norton <robert.norton@microsoft.com>2021-07-29 16:36:43 +0100
commitaff2e7aed6fd946f40a223e8cc45c0db3608f9a6 (patch)
tree3eff0652d2fe5351e45f34e163fe85233d7f3996 /Makefile
parentd09307935cd8830765523ef2a34818a32897116b (diff)
downloadsail-riscv-aff2e7aed6fd946f40a223e8cc45c0db3608f9a6.zip
sail-riscv-aff2e7aed6fd946f40a223e8cc45c0db3608f9a6.tar.gz
sail-riscv-aff2e7aed6fd946f40a223e8cc45c0db3608f9a6.tar.bz2
Use headache to apply copyright header at request of Peter Sewell.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6312746..5d9a461 100644
--- a/Makefile
+++ b/Makefile
@@ -439,6 +439,10 @@ opam-uninstall:
if [ -z "$(INSTALL_DIR)" ]; then echo INSTALL_DIR is unset; false; fi
rm $(INSTALL_DIR)/bin/riscv_sim_RV64
rm $(INSTALL_DIR)/bin/riscv_sim_RV32
+apply_header:
+ headache -c etc/headache_config -h LICENCE `ls model/*.sail`
+ headache -c etc/headache_config -h LICENCE `ls handwritten_support/*.lem`
+ headache -c etc/headache_config -h LICENCE `ls handwritten_support/*.v`
clean:
-rm -rf generated_definitions/ocaml/* generated_definitions/c/* generated_definitions/latex/*