mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 13:17:26 +01:00
5 lines
120 B
Makefile
5 lines
120 B
Makefile
|
MXE_TARGETS := i686-w64-mingw32.static
|
||
|
LOCAL_PKG_LIST := gcc
|
||
|
.DEFAULT local-pkg-list:
|
||
|
local-pkg-list: $(LOCAL_PKG_LIST)
|