aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f1ec69..f3cf3c4 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ $(PROJECT): version $(SOURCES) agni.c
%.o: %.c
@echo $@
- $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $(subst .c,.o,$<)
+ @$(CC) $(CFLAGS) $(INCLUDE) -c $< -o $(subst .c,.o,$<)
#autogenerate version from git commit and date when it was compiled
version: