Makefile.status.inc
changeset 3 dae770da6416
parent 1 3e9290bf7249
--- a/Makefile.status.inc	Mon Oct 20 23:00:01 2014 +0400
+++ b/Makefile.status.inc	Mon Oct 20 23:24:03 2014 +0400
@@ -23,6 +23,6 @@
 
 clean:
 	@echo cleaning ${OUT}
-	@rm -f ${OUT} ${OBJ} ${CONFIG}
+	@rm -f ${OUT} ${OBJ}
 
 .PHONY: all clean