# 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
