X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Tools%2FMakefile;h=4264c64c14030c7bf0dbff5922b2e99a482f9fc6;hb=3c283c4831c40c14d308a54cefb997832a860bca;hp=52493d0926cc66b96a28403cd24c3d41602da403;hpb=083c31409b9f25c96807ab8fef8ac79e8fe4cf9e;p=tpg%2Facess2.git diff --git a/Tools/Makefile b/Tools/Makefile index 52493d09..4264c64c 100644 --- a/Tools/Makefile +++ b/Tools/Makefile @@ -6,7 +6,7 @@ all clean: DiskTool NetTest img2sif: img2sif.c - $(CC) -o $@ $< `sdl-config --libs --cflags` -lSDL_image -Wall + $(CC) -g -std=c99 -o $@ $< `sdl-config --libs --cflags` -lSDL_image -Wall nativelib: $(MAKE) -C $@ $(MAKECMDGOALS)