From e17b81976cda70b8e4295ae28c7e1e53a0bde0b4 Mon Sep 17 00:00:00 2001 From: Robert Norton Date: Wed, 1 Jun 2016 16:34:05 +0100 Subject: Add rule in Makefile that uses headache to add copyright header to mips/cheri model. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7dbd804b..c1701aba 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,10 @@ all: sail +apply_header: + headache -c etc/headache_config -h etc/mips_header `ls mips/*.sail` + headache -c etc/headache_config -h etc/mips_header `ls cheri/*.sail` + sail: $(MAKE) -C src ln -f -s src/sail.native sail -- cgit v1.2.3