diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +# to cross-compile: +# WIN32_APP=km-test.exe +# WIN32_CC=x86_64-w64-mingw32-gcc +# WIN32_CFLAGS=-W -Wall -Wextra -Werror -pedantic -std=c11 -O2 -D__USE_MINGW_ANSI_STDIO=1 APP=km-test CFLAGS=-W -Wall -Wextra -Werror -pedantic -std=c11 -O2 -fopenmp OBJS=src/km-set.o src/km-draw.o src/km-load.o src/km-find.o \ |