summaryrefslogtreecommitdiff
path: root/src/select/Makefile
blob: 8b47673f22fef40e69384795d29ae36ca359cf8a (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 format_list_style.c

include $(NSBUILD)/Makefile.subdir