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