]> git.tuebingen.mpg.de Git - adu.git/blobdiff - Makefile
format.c: Return an empty buffer for empty format strings rather than NULL.
[adu.git] / Makefile
index 992246ecafad806aca0cc8414e7bc5bf0d17f264..7fed6974fb41b7b4058f7fce436c20c32052ea0b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-objects := adu.o string.o cmdline.o fd.o select.o create.o interactive.o select.cmdline.o format.o
+objects := adu.o string.o cmdline.o fd.o select.o create.o interactive.o select.cmdline.o format.o user.o
 all: adu
-version := 0.0.3
+version := 0.0.4
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 DEBUG_CPPFLAGS += -Wredundant-decls