X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=e377f783f875e2268f254cd188541e1e99efcbde;hp=8b93708893107bc33cf9c325f0f509d3e1f6314d;hb=1755555771130bc4dbeb6c88e66d9d6c1a64b900;hpb=d37e411eab8059daba1fbd9a8a7a73686cb5fa8c diff --git a/Makefile b/Makefile index 8b93708..e377f78 100644 --- a/Makefile +++ b/Makefile @@ -64,8 +64,7 @@ data: $(graphics) program: vor %.o: %.c - @echo compiling $@ from $< - @$(CC) $(cflags) -c -o $@ $< + $(CC) $(cflags) -c -o $@ $< $(my_objects): config.h @@ -90,8 +89,7 @@ sound.o: sound.h args.h common.h sprite.o: sprite.h common.h vor: $(objects) - @echo linking $@ from $^ - @$(CC) $^ $(ldflags) -o $@ + $(CC) $^ $(ldflags) -o $@ include gfx.mk @@ -118,7 +116,7 @@ rminstalldirs: uninstall-data install: all mkinstalldirs install-program install-data install-program: program - $(INSTALL_PROGRAM) ./vor $(DESTDIR)$(bindir) + $(INSTALL_PROGRAM) ./vor $(DESTDIR)$(bindir)/ install-data: data mkinstalldirs $(INSTALL_DATA) ./data/*.png $(DESTDIR)$(pkgdatadir)/