Rename Support to lower-case to match rest

This commit is contained in:
Jaby
2023-11-29 20:30:44 -05:00
parent 8c8c4cbadf
commit 9c4cf35ba5
10 changed files with 0 additions and 0 deletions

6
support/src/Makefile Normal file
View File

@@ -0,0 +1,6 @@
FontWriter: always
$(MAKE) -C $(JABY_ENGINE_DIR)/Support/src/FontWriter $(MAKECMDGOALS)
all: FontWriter
always: ;