6 lines
123 B
Makefile
6 lines
123 B
Makefile
.PHONY: FontWriter
|
|
|
|
FontWriter:
|
|
$(MAKE) -C $(JABY_ENGINE_DIR)/support/src/FontWriter $(MAKECMDGOALS)
|
|
|
|
all: FontWriter |