]> git.sur5r.net Git - cc65/commitdiff
Update Makefile 673/head
authorexistensialMemory <bengdahl341@gmail.com>
Tue, 5 Jun 2018 02:17:25 +0000 (22:17 -0400)
committerGitHub <noreply@github.com>
Tue, 5 Jun 2018 02:17:25 +0000 (22:17 -0400)
src/Makefile

index 81adb804aeeeccd93892659edacc9308c1ba5fdd..c1f11ff5898e3aa08eb2e8c5dd0d02e80aea5a1d 100644 (file)
@@ -148,7 +148,7 @@ endef # PROG_template
 
 ../wrk/%.o: %.c
        @echo $<
-       $(CC) -c $(CFLAGS) -o $@ $<
+       @$(CC) -c $(CFLAGS) -o $@ $<
 
 ../bin:
        @$(call MKDIR,$@)