X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=90e50a685583138d51708a22926b1db96f64f395;hp=3d5716c123f12c154c0f12e4b3c4fa70cbb4a5ae;hb=a61d12a904040e20a434b432d62b6790fc7e4db3;hpb=f68d2bb77d8b4d94af72b6cbe870d423ed82b17f diff --git a/Makefile b/Makefile index 3d5716c..90e50a6 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