X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=6c0356ac29a0d5983cf37922edcddba975a96846;hp=3d5716c123f12c154c0f12e4b3c4fa70cbb4a5ae;hb=7981a2b8d152e6372aea8191f8c2197f866a450b;hpb=474fd4f894f57b7d53a22e15b31b8749c42e9a53 diff --git a/Makefile b/Makefile index 3d5716c..6c0356a 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ sprite.o: sprite.h common.h vor: $(objects) @echo linking $@ from $^ - @$(CC) $(ldflags) -o $@ $^ $(LIBRARIES) + @$(CC) $(ldflags) -o $@ $^ include gfx.mk