grafX2/Makefile
Thomas Bernard 1147a8f49f build Win32 installer with gitlab-ci
call "make ziprelease" if needed
2018-05-13 23:33:42 +02:00

24 lines
318 B
Makefile

ifdef WIN32CROSS
OPT = WIN32CROSS=1 \
endif
.PHONY: all tools grafx2 ziprelease 3rdparty win32installer
all: grafx2 tools
grafx2:
$(OPT)$(MAKE) -C src/
ziprelease: grafx2
$(OPT)$(MAKE) -C src/ ziprelease
tools:
$(MAKE) -C tools/
3rdparty:
cd 3rdparty/ && $(OPT)$(MAKE)
win32installer:
$(MAKE) -C install/