diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-11-25 11:31:56 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-11-25 11:31:56 +0000 |
commit | 32f380fb86012c5dbc856d3c81acfde13f2803e8 (patch) | |
tree | ce1be167f5b152d9efcf660a32ea041e7b5f65b9 /Makefile | |
parent | 3967218650a2c03304533c4e8b32e86c8b38a48a (diff) | |
download | agni-32f380fb86012c5dbc856d3c81acfde13f2803e8.tar.gz agni-32f380fb86012c5dbc856d3c81acfde13f2803e8.zip |
Hunting down all warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |