Add support for MinGW cross compiling
This commit is contained in:
+6
-1
@@ -1,4 +1,4 @@
|
||||
all: gba_build native_build native_debug_build
|
||||
all: gba_build native_build native_debug_build windows_build
|
||||
|
||||
gba_build:
|
||||
@if [ -d gba ]; then \
|
||||
@@ -14,3 +14,8 @@ native_debug_build:
|
||||
@if [ -d debug ]; then \
|
||||
make -C debug ${ARGS}; \
|
||||
fi
|
||||
|
||||
windows_build:
|
||||
@if [ -d windows ]; then \
|
||||
make -C windows ${ARGS}; \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user