X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=tools%2Fdunger%2FMakefile;fp=tools%2Fdunger%2FMakefile;h=3edc3def22b2c4a68475439229e384cce6550217;hb=8de1d701e4e9a45e7ed69ccf1fc298514fed5d8f;hp=81ff59952c9a19f6fef5bc641fc9e3bba4229c4d;hpb=76c3689b01d18e5949e91d0658deb278714f882b;p=vrlugburz diff --git a/tools/dunger/Makefile b/tools/dunger/Makefile index 81ff599..3edc3de 100644 --- a/tools/dunger/Makefile +++ b/tools/dunger/Makefile @@ -3,7 +3,7 @@ obj = $(src:.c=.o) dep = $(src:.c=.d) bin = dunger -CFLAGS = -pedantic -Wall -g -DLEVEL_EDITOR -I../../src +CFLAGS = -pedantic -Wall -g -DLEVEL_EDITOR -I../../src -fcommon LDFLAGS = -lGL -lGLU -lglut -lutk -ldrawtext -ltreestore $(bin): $(obj)