travis-ci: test building 3rd party lib dependencies
This commit is contained in:
14
Makefile
14
Makefile
@@ -1,12 +1,20 @@
|
||||
.PHONY: all tools grafx2 ziprelease
|
||||
ifdef WIN32CROSS
|
||||
OPT = WIN32CROSS=1 \
|
||||
|
||||
endif
|
||||
|
||||
.PHONY: all tools grafx2 ziprelease 3rdparty
|
||||
|
||||
all: grafx2 tools
|
||||
|
||||
grafx2:
|
||||
$(MAKE) -C src/
|
||||
$(OPT)$(MAKE) -C src/
|
||||
|
||||
ziprelease: grafx2
|
||||
$(MAKE) -C src/ ziprelease
|
||||
$(OPT)$(MAKE) -C src/ ziprelease
|
||||
|
||||
tools:
|
||||
$(MAKE) -C tools/
|
||||
|
||||
3rdparty:
|
||||
cd 3rdparty/ && $(OPT)$(MAKE)
|
||||
|
||||
Reference in New Issue
Block a user