summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/ads/Makefile
blob: d6332cb001df078fa185e8a2099dc8913b2fb636 (plain)
1
2
3
4
5
6
all: 
	cd dict; make
	cd ll; make
tests: all
	cd dict; make test
	cd ll; make test