Makefile: Fix clean target.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 13 Nov 2008 22:38:44 +0000 (14:38 -0800)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Thu, 13 Nov 2008 22:38:44 +0000 (14:38 -0800)
Makefile

index 327db1e..37a747e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ version : NEWS
 $(OBJS) : version
 
 clean :
-       rm -f $(OBJS) lbs version
+       rm -f $(OBJS) cumulus version
 
 dep :
        touch Makefile.dep