summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/proto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comp/lucas-standen-NEA/code/proto/Makefile')
-rw-r--r--comp/lucas-standen-NEA/code/proto/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/comp/lucas-standen-NEA/code/proto/Makefile b/comp/lucas-standen-NEA/code/proto/Makefile
index 6074b00..adb84a1 100644
--- a/comp/lucas-standen-NEA/code/proto/Makefile
+++ b/comp/lucas-standen-NEA/code/proto/Makefile
@@ -1,4 +1,3 @@
-all: astg ast.c
- cc -ggdb ast.c astg.o -o ast
-astg: astg.c
- cc -ggdb astg.c -c -o astg.o
+all:
+ cd AST; make
+ cd parser; make