git.fiddlerwoaroof.com
Browse code

distclean removes *everything*

Greg Wiley authored on 19/04/2017 17:52:32
Showing 1 changed files
... ...
@@ -22,7 +22,7 @@ clean:
22 22
 
23 23
 .PHONY: distclean
24 24
 distclean: clean
25
-	@rm -f Makefile config.h
25
+	@git clean -xdf
26 26
 
27 27
 dual_control.o: dual_control.h
28 28