From: Benjamin Herrenschmidt Date: Fri, 20 Sep 2019 06:45:26 +0000 (+1000) Subject: Add distclean to Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42d802bed0bf05582bbb21e54bb3e68254e14892;p=microwatt.git Add distclean to Makefile Signed-off-by: Benjamin Herrenschmidt --- diff --git a/Makefile b/Makefile index 2bd0074..0649f45 100644 --- a/Makefile +++ b/Makefile @@ -103,3 +103,6 @@ test_micropython_long: core_tb clean: rm -f *.o work-*cf unisim-*cf $(all) rm -f sim-unisim/*.o sim-unisim/unisim-*cf + +distclean: clean + rm -f *~ fpga/~