Add root build

This commit is contained in:
Jaby
2024-10-07 22:36:47 +02:00
parent 9e47bd7038
commit af7c8c63fa
2 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
PROJECTS = cpp_out jaby_engine_fconv mkoverlay psxcdgen_ex psxreadmap wslpath
.PHONY: $(PROJECTS)
$(foreach var,$(PROJECTS),$(var)):
$(MAKE) -C ./$@ $(MAKECMDGOALS)
all-windows: $(PROJECTS)
all: $(PROJECTS)