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

DIR_SOURCES := arena.c computed.c dispatch.c hash.c select.c strings.c font_face.c format_list_style.c unit.c

include $(NSBUILD)/Makefile.subdir