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