X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=133dbab9bb81b68513e269f2d5f9b5c61b473c8d;hp=77460c419087539114321161420e7742ce31d11a;hb=7240562754c6fbc66ad193e4e4b96762b729ea80;hpb=f8a464d8eed8cf611c0c3f80166d2a650efb1485 diff --git a/Makefile b/Makefile index 77460c4..133dbab 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ DATA_PREFIX := /usr/share/vor PROGRAM_PREFIX := /usr/games/bin -CFLAGS := -Wall +CFLAGS := -Wall -O3 LDFLAGS := paths := -DDATA_PREFIX=\"$(DATA_PREFIX)\" @@ -75,7 +75,7 @@ main.o: args.h common.h dust.h file.h globals.h mt.h rocks.h score.h sprite.h so mt.o: mt.h -rocks.o: rocks.h common.h file.h globals.h mt.h +rocks.o: rocks.h common.h file.h globals.h mt.h sprite.h score.o: score.h common.h file.h