diff options
| author | Robert Norton | 2016-06-01 16:34:05 +0100 |
|---|---|---|
| committer | Robert Norton | 2016-06-02 14:01:47 +0100 |
| commit | e17b81976cda70b8e4295ae28c7e1e53a0bde0b4 (patch) | |
| tree | de72fae2f44c267f35252a63fe2ca83189c678f7 /Makefile | |
| parent | 3c552d403515d5dc2e44d1e1f16be0d1cc4b1c5e (diff) | |
Add rule in Makefile that uses headache to add copyright header to mips/cheri model.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
