From: existensialMemory Date: Tue, 5 Jun 2018 02:17:25 +0000 (-0400) Subject: Update Makefile X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F673%2Fhead;p=cc65 Update Makefile --- diff --git a/src/Makefile b/src/Makefile index 81adb804a..c1f11ff58 100644 --- a/src/Makefile +++ b/src/Makefile @@ -148,7 +148,7 @@ endef # PROG_template ../wrk/%.o: %.c @echo $< - $(CC) -c $(CFLAGS) -o $@ $< + @$(CC) -c $(CFLAGS) -o $@ $< ../bin: @$(call MKDIR,$@)