Author: jim
Date: Fri May 23 13:25:57 2014
New Revision: 1597089

URL: http://svn.apache.org/r1597089
Log:
Allow for clean

Modified:
    steve/trunk/cmdline/Makefile

Modified: steve/trunk/cmdline/Makefile
URL: 
http://svn.apache.org/viewvc/steve/trunk/cmdline/Makefile?rev=1597089&r1=1597088&r2=1597089&view=diff
==============================================================================
--- steve/trunk/cmdline/Makefile (original)
+++ steve/trunk/cmdline/Makefile Fri May 23 13:25:57 2014
@@ -28,6 +28,9 @@ check_quorum: wrapsuid.c
        $(CC) -DPROGNAME=\"$(INSTALLBIN)/check_quorum.pl\" $(SUIDS) \
              -o check_quorum wrapsuid.c
 
+clean:
+       rm -f votegroup make_issue vote close_issue reminder check_quorum
+
 install: check-directory        \
        install-votegroup       \
        install-make_issue      \


Reply via email to