mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-12 22:03:31 +02:00
Merge 44551d96dd
into 1fad162690
This commit is contained in:
4
makefile
4
makefile
@ -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:
|
||||
|
Reference in New Issue
Block a user