summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/ads/dict/Makefile
blob: f224267c8e6f55feb774ff68d72a67ff297eb140 (plain)
1
2
3
4
all: dict.c
	cc dict.c -c -o dict.o
test: all
	cc dict.o dicttest.c -o dicttest