JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops, didn't mean to commit those other files
[vor.git] / Makefile
index 3d5716c..90e50a6 100644 (file)
--- 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