diff options
| author | Robert Norton | 2018-04-26 11:49:00 +0100 |
|---|---|---|
| committer | Robert Norton | 2018-04-26 11:49:57 +0100 |
| commit | df13578f590badfb73fb3c62e045af15fa1a9573 (patch) | |
| tree | 1ded4993af0b48b5f188ad2cdee487b674ccec02 /Makefile | |
| parent | 1bd54ce4c7d85b150f2200abeed0dff67087837c (diff) | |
Fix apply_header target with location of LICENSE file.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -43,10 +43,10 @@ apply_header: $(MAKE) clean headache -c etc/headache_config -h etc/mips_header `ls mips/*.sail` headache -c etc/headache_config -h etc/mips_header `ls cheri/*.sail` - headache -c etc/headache_config -h src/LICENCE `ls src/Makefile*` - headache -c etc/headache_config -h src/LICENCE `ls src/*.ml*` - headache -c etc/headache_config -h src/LICENCE `ls src/lem_interp/*.ml` - headache -c etc/headache_config -h src/LICENCE `ls src/lem_interp/*.lem` + headache -c etc/headache_config -h LICENCE `ls src/Makefile*` + headache -c etc/headache_config -h LICENCE `ls src/*.ml*` + headache -c etc/headache_config -h LICENCE `ls src/lem_interp/*.ml` + headache -c etc/headache_config -h LICENCE `ls src/lem_interp/*.lem` $(MAKE) -C arm apply_header clean: |
