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, 4 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code/proto/AST/Makefile b/comp/lucas-standen-NEA/code/proto/AST/Makefile
new file mode 100644
index 0000000..6074b00
--- /dev/null
+++ b/comp/lucas-standen-NEA/code/proto/AST/Makefile
@@ -0,0 +1,4 @@
+all: astg ast.c
+ cc -ggdb ast.c astg.o -o ast
+astg: astg.c
+ cc -ggdb astg.c -c -o astg.o