summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/proto/ast/Makefile
blob: 6074b00bb05f8564d47f7b278dbe65fdeb4b0c1b (plain)
1
2
3
4
all: astg ast.c
	cc -ggdb ast.c astg.o -o ast
astg: astg.c
	cc -ggdb astg.c -c -o astg.o