summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/proto/ast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comp/lucas-standen-NEA/code/proto/ast/Makefile')
-rw-r--r--comp/lucas-standen-NEA/code/proto/ast/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/comp/lucas-standen-NEA/code/proto/ast/Makefile b/comp/lucas-standen-NEA/code/proto/ast/Makefile
deleted file mode 100644
index 6074b00..0000000
--- a/comp/lucas-standen-NEA/code/proto/ast/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: astg ast.c
- cc -ggdb ast.c astg.o -o ast
-astg: astg.c
- cc -ggdb astg.c -c -o astg.o