summaryrefslogtreecommitdiff
path: root/src/select/Makefile
blob: 025ad396bce609d8700dc794f052b2a3fb8391fd (plain)
1
2
3
4
5
6
7
# Sources
select_generator:
	python3 src/select/select_generator.py

DIR_SOURCES := arena.c computed.c dispatch.c hash.c select.c font_face.c

include $(NSBUILD)/Makefile.subdir