aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-11-25 11:31:56 +0000
committerFreeArtMan <dos21h@gmail.com>2017-11-25 11:31:56 +0000
commit32f380fb86012c5dbc856d3c81acfde13f2803e8 (patch)
treece1be167f5b152d9efcf660a32ea041e7b5f65b9 /Makefile
parent3967218650a2c03304533c4e8b32e86c8b38a48a (diff)
downloadagni-32f380fb86012c5dbc856d3c81acfde13f2803e8.tar.gz
agni-32f380fb86012c5dbc856d3c81acfde13f2803e8.zip
Hunting down all warnings
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: