]> git.pld-linux.org Git - projects/setup.git/blobdiff - Makefile
- 2.7.2
[projects/setup.git] / Makefile
index 243e26586f066abbb89dd59bd1825cd101d56bc4..8b44037b921031f37916070041fc941bd2e11702 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Very basic and very simple Makefile. Maybe it would be nice to make it
 # in ac/am.... but I'm too lazy ;)
 #
-VERSION                = 2.6.2
+VERSION                = 2.7.2
 
 CC             = gcc
 OPT_FLAGS      = -O2 -g
@@ -32,7 +32,7 @@ all: $(BIN_FILES)
 joinpasswd: joinpasswd.o
 update-fstab: update-fstab.o
 postshell: postshell.o
-dellpasswd: dellpasswd.o
+delpasswd: delpasswd.o
 
 .c.o:
        $(CC) $(CPPFLAGS) $(CFLAGS) $(CDEFS) -c $< -o $@
This page took 0.024847 seconds and 4 git commands to generate.