X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=csgray;a=blobdiff_plain;f=Makefile;h=a7cb4d08cf5dbb148f8cb7416accfe84e2e58d08;hp=68895e35d8c96e9bfc73461b0ad68eafc412f98c;hb=aab39eb873290ce4b268fe4ae303def6bf932bc0;hpb=d7bf88ecc329f85167bcb420909773ba21078001 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)