diff options
Diffstat (limited to 'users/glittershark/achilles/ach/Makefile')
-rw-r--r-- | users/glittershark/achilles/ach/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/users/glittershark/achilles/ach/Makefile b/users/glittershark/achilles/ach/Makefile deleted file mode 100644 index 3a8cd2865e87..000000000000 --- a/users/glittershark/achilles/ach/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -default: simple - -%.ll: %.ach - cargo run -- compile $< -o $@ -f llvm - -%.o: %.ll - llc $< -o $@ -filetype=obj - -%: %.o - clang $< -o $@ - -.PHONY: clean - -clean: - @rm -f *.ll *.o simple functions |