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