diff options
author | Bert Münnich <ber.t@gmx.com> | 2011-09-26 21:28:27 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@gmx.com> | 2011-09-26 21:28:27 +0200 |
commit | d08408e94250425e677e1ab33d917e05e229faa2 (patch) | |
tree | 2d8ca1ac2ea2d1f16515f98b375862b3ad6d33e4 /Makefile | |
parent | 9e52ae768e628ffbefabd6f7445d47d10c0aced9 (diff) |
Make use of EXIT_* macros (2)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION = git-20110923 +VERSION = git-20110926 CC = gcc CFLAGS = -Wall -pedantic -O2 |