X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=90e50a685583138d51708a22926b1db96f64f395;hp=6c0356ac29a0d5983cf37922edcddba975a96846;hb=70c4e502a932ab902c9bda3231f83c841f279ee1;hpb=7981a2b8d152e6372aea8191f8c2197f866a450b 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