aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/dict/Makefile
blob: a80aa553c888a251671bf72082c4c644dd1d28fa (plain)
1
2
3
4
5
all: dict.c dict.h dict-test.c
	gcc dict.c dict-test.c -o dict-test -I.

clean:
	rm dict-test