about summary refs log tree commit diff
path: root/users/grfn/achilles/ach/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/achilles/ach/Makefile')
-rw-r--r--users/grfn/achilles/ach/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/users/grfn/achilles/ach/Makefile b/users/grfn/achilles/ach/Makefile
deleted file mode 100644
index 3a8cd2865e..0000000000
--- a/users/grfn/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