X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=90e50a685583138d51708a22926b1db96f64f395;hp=dacecb6d471f33d52ea2f081c69bcb13575e7988;hb=a61d12a904040e20a434b432d62b6790fc7e4db3;hpb=badd0f9bfc6dad829073e606c1953572ece1b06b diff --git a/Makefile b/Makefile index dacecb6..90e50a6 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ DATA_PREFIX := /usr/share/vor PROGRAM_PREFIX := /usr/games/bin -CFLAGS := -ggdb +CFLAGS := -Wall -O3 LDFLAGS := paths := -DDATA_PREFIX=\"$(DATA_PREFIX)\" @@ -58,8 +58,8 @@ data: $(graphics) program: vor %.o: %.c - #@echo compiling $@ from $< - $(CC) $(cflags) -c -o $@ $< + @echo compiling $@ from $< + @$(CC) $(cflags) -c -o $@ $< $(my_objects): config.h