]> git.sur5r.net Git - cc65/blobdiff - src/Makefile
Fixed 65C02 timing again.
[cc65] / src / Makefile
index 81adb804aeeeccd93892659edacc9308c1ba5fdd..c93a8645f7df477804ecae22d17f784435926542 100644 (file)
@@ -107,7 +107,7 @@ $(RM) /usr/local/bin/$(prog)
 endef # UNAVAIL_recipe
 
 install:
-       $(if $(PREFIX),,$(error variable `PREFIX' must be set))
+       $(if $(PREFIX),,$(error variable "PREFIX" must be set))
        $(INSTALL) -d $(DESTDIR)$(bindir)
        $(INSTALL) ../bin/* $(DESTDIR)$(bindir)
 
@@ -148,7 +148,7 @@ endef # PROG_template
 
 ../wrk/%.o: %.c
        @echo $<
-       $(CC) -c $(CFLAGS) -o $@ $<
+       @$(CC) -c $(CFLAGS) -o $@ $<
 
 ../bin:
        @$(call MKDIR,$@)