From be2bfce487dabc94782f94563116e7ec118bb1bf Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Thu, 28 Jun 2018 12:03:07 +1000 Subject: Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d1a5ade..e6e64af 100644 --- a/Makefile +++ b/Makefile @@ -60,5 +60,5 @@ cf-fsi-test-palm : cf-fsi-test.c cf-wrapper-palm.o .PRECIOUS : cf-code/%.elf clean: - rm -rf cf-fsi-test-* *.o + rm -rf cf-fsi-test-* *.o *.s rm -rf cf-code/*.elf cf-code/*.bin cf-code/*.s cf-code/*.o -- cgit v1.2.1