This commit is contained in:
Dima Pulkinen
2025-02-24 08:05:05 +02:00
committed by GitHub
19 changed files with 1258 additions and 8 deletions

View File

@ -10,11 +10,11 @@
# print print the build settings
PLAT?= linux
PLATS= macosx linux win32 win64 mingw freebsd solaris
PLATS= macosx linux win32 win64 mingw freebsd solaris psp
all: $(PLAT)
$(PLATS) none install install-unix local clean:
$(PLATS) none install install-unix install-static local clean:
$(MAKE) -C src $@
print: