X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2FMakefile;h=4a065da30c83d35377a455aace7d9b5ee13a0373;hp=c27e4c54f5fc2e7dc256b17af1a04c1d34f94566;hb=c21cf4c301f745142f3cbb4987efe6446a3a8c4e;hpb=b729a4fb0160cccda56d20ad13f8ef61e5f46558 diff --git a/src/Makefile b/src/Makefile index c27e4c54..4a065da3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -60,7 +60,7 @@ LIBS = -L$(XLIB_PATH) $(EXTRA_X11_LIBS) -lX11 -lm $(EXTRA_LIBS) else RM = del PROGNAME = ../rocks.exe -LIBS = -lm -lalleg +LIBS = -s -lm -lalleg endif CPP = $(CC) -E