Files
WUIsBack/launcher/Makefile
Vichingo455 ad8366918e Test
2025-03-23 15:26:15 +01:00

9 lines
118 B
Makefile

all:
+$(MAKE) -f Makefile.actual ARCH=32
+$(MAKE) -f Makefile.actual ARCH=64
clean:
rm -rf obj
.PHONY: all clean