X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fsrc%2FMakefile;h=256ba4241698558d7ec2d0c8869f65dd23cdefb7;hb=a189b749e46348379d2271eb7c51ca1f7334cbda;hp=3fee2f07c1a5871396f2f636ccd809b2694282f9;hpb=7c5c2dd3c8cf3f88daf1a12beacd607ce176a8dc;p=tpg%2Fopendispense2.git diff --git a/server/src/Makefile b/server/src/Makefile index 3fee2f0..256ba42 100644 --- a/server/src/Makefile +++ b/server/src/Makefile @@ -5,9 +5,9 @@ OBJ := main.o server.o logging.o OBJ += dispense.o cokebank.o itemdb.o BIN := ../dispsrv -LINKFLAGS := +LINKFLAGS := -g CPPFLAGS := -CFLAGS := -Wall +CFLAGS := -Wall -g .PHONY: all clean