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..e11e20f
--- /dev/null
+++ b/comp/lucas-standen-NEA/code/proto/ast/Makefile
@@ -0,0 +1,4 @@
+all: astg ast.c
+ cc ast.c astg.o -o ast
+astg: astg.c
+ cc astg.c -c -o astg.o