This commit is contained in:
Dima Pulkinen
2024-07-12 12:19:40 +00:00
committed by GitHub
19 changed files with 1252 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: