From 0f9b8cbe1419e30fee5277de4e7254591c39ac2f Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 9 Feb 2019 06:34:38 -0500 Subject: add win32 support --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 11e4f11..5796eb4 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3