diff options
author | Bert Münnich <ber.t@gmx.com> | 2011-10-12 18:38:29 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@gmx.com> | 2011-10-12 18:38:29 +0200 |
commit | a09b20c5e63839b10bae306e4a23ca5a9d8ebac0 (patch) | |
tree | 6ce064caf428a445dc5ac4280950779c1e2efa0b /Makefile | |
parent | 4864f0445549d5d4da9afcc696312d6cb0886d40 (diff) |
Use void for empty argument lists
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION = git-20111011 +VERSION = git-20111012 CC = gcc CFLAGS = -Wall -pedantic -O2 |