X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=0b8ef80f932f5cabdea0f338c7eec91b0e495217;hp=6ffba099dd2321c45d6eee29e3682a003fe5f7cd;hb=6f82bba8833f187abebab53375ac87905487cf8c;hpb=0ebbb01f731d0c9bb71140a93cfddd9abde509e5 diff --git a/Makefile b/Makefile index 6ffba09..0b8ef80 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ldflags := $(shell sdl-config --libs) -lSDL_image -lSDL_mixer -cflags := -g $(shell sdl-config --cflags) -Wall +cflags := $(shell sdl-config --cflags) -Wall -my_objects := sound.o file.o main.o +my_objects := file.o score.o sound.o main.o libs := SFont.o objects := $(libs) $(my_objects)