From 42d802bed0bf05582bbb21e54bb3e68254e14892 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Fri, 20 Sep 2019 16:45:26 +1000 Subject: [PATCH] Add distclean to Makefile Signed-off-by: Benjamin Herrenschmidt --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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/~