]> git.ipfire.org Git - people/stevee/aiccu.git/blobdiff - unix-console/Makefile
no quiet gcc
[people/stevee/aiccu.git] / unix-console / Makefile
index 5db5337859af94f6d6a44efddcab067f030c96fb..4764a6f82cbf3079da7adeb2d86b987a5a845191 100755 (executable)
@@ -26,7 +26,7 @@ CWARNS += -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggre
 
 #CFLAGS        += $(CWARNS) -D_GNU_SOURCE -D_DEBUG -g3 -O0
 CFLAGS += $(CWARNS) -D_GNU_SOURCE
-CC      = @gcc
+CC      = gcc
 RM      = rm
 
 # Add -O3 when nothing is specified yet