X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=csgray;a=blobdiff_plain;f=Makefile;fp=Makefile;h=a7cb4d08cf5dbb148f8cb7416accfe84e2e58d08;hp=68895e35d8c96e9bfc73461b0ad68eafc412f98c;hb=3c43d2e567540f8eca32407c9072b29fba988cc2;hpb=07f86df1b104515376419c7a214253fb435fc396 diff --git a/Makefile b/Makefile index 68895e3..a7cb4d0 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ dep = $(obj:.o=.d) bin = csgray CFLAGS = -pedantic -Wall -g -LDFLAGS = -lm +LDFLAGS = -lm -ltreestore $(bin): $(obj) $(CC) -o $@ $(obj) $(LDFLAGS)