Author: gilbert-guest Date: 2011-01-18 02:17:33 +0000 (Tue, 18 Jan 2011) New Revision: 15915 Modified: Makefile Log: don''t error in "make clean" when database files don''t exist Modified: Makefile ==================================================================--- Makefile 2011-01-17 21:15:22 UTC (rev 15914) +++ Makefile 2011-01-18 02:17:33 UTC (rev 15915) @@ -23,8 +23,8 @@ mv data/security-new.db data/security.db clean: - -rm data/security.db lib/python/test_security.db - -rm stamps/*-* + -rm -f data/security.db lib/python/test_security.db + -rm -f stamps/*-* .PHONY: check check-syntax