# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1659757559 14400 # Node ID 14c64e2a98426ed217e9a17e04cc74e4bcb38b5a # Parent e5ea19b946399ff1c7e4d0936bdebd6b23248260 what the shit? committer: GitHub diff -r e5ea19b94639 -r 14c64e2a9842 win95kggui/Makefile --- a/win95kggui/Makefile Thu Aug 04 05:26:54 2022 -0400 +++ b/win95kggui/Makefile Fri Aug 05 23:45:59 2022 -0400 @@ -1,7 +1,7 @@ # please remind me to never create makefiles ever again -CC_FLAGS=-Wall -O2 -static -I./include -DAUDIODRIVER_WINMM -LD_FLAGS=-mwindows -lwinmm +CFLAGS=-Wall -O2 -static -I./include -DAUDIODRIVER_WINMM +LDFLAGS=-mwindows -lwinmm win95kggui: windres src/icon.rc src/icon.o -I./include