X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=504279a41c974edac5d813a7b5ca11065d1ea7ec;hp=7a2fde712705a507aea28d32dacb48f328b32886;hb=b7de8607ee49edb99979968d5149665bf5590087;hpb=8193e09e49bc571f9c61e6e3adf45010271c08d5 diff --git a/Makefile b/Makefile index 7a2fde7..504279a 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ debug := $(if $(DEBUG),1,0) ldflags := $(shell sdl-config --libs) -lSDL_image -lSDL_mixer -cflags := $(shell sdl-config --cflags) -Wall -DDEBUG=$(debug) +cflags := $(shell sdl-config --cflags) -Wall -DDEBUG=$(debug) -ggdb my_objects := file.o score.o shape.o sound.o main.o $(if $(DEBUG),debug.o) libs := SFont.o @@ -51,9 +51,6 @@ main.o file.o: file.h vor: $(objects) $(CC) $(ldflags) -o $@ $^ $(LIBRARIES) -pnmoutline: pnmoutline.c - $(CC) -lnetpbm -o $@ $< - include gfx.mk clean: