Mercurial > msvpvf
diff Makefile @ 48:652343b56a60
Remove the need for <inttypes.h> and <stdbool.h>
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 22 May 2022 00:08:10 -0400 |
parents | 7cb4ca7cf257 |
children | bc85395ff699 |
line wrap: on
line diff
--- a/Makefile Sat May 21 18:41:54 2022 -0400 +++ b/Makefile Sun May 22 00:08:10 2022 -0400 @@ -9,7 +9,7 @@ # GUI is windows-only, please use cross-compiler! gui: src/gui.o src/common.o - $(CC) -o $@ $^ $(CC_FLAGS) $(LD_FLAGS) -mwindows + $(CC) -o $@ $^ $(CC_FLAGS) $(LD_FLAGS) -mwindows -fstack-protector clean: rm -f src/*.o *.exe msvpvf gui