summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/Makefile
blob: a30526ca395e4b63ce38d0f68d88ac3f2380cb3f (plain)
1
2
3
4
5
6
all:
	cd ads; make
	cd parser; make

tests: all
	cd ads; make tests