From e2b71f93c9a6fda2d8450f1c096f5c9b8eec910c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 30 Sep 2017 06:21:28 +0200 Subject: Makefile: also clean object files in pic/ --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 77d14b878..dfad1d8df 100644 --- a/Makefile.in +++ b/Makefile.in @@ -467,6 +467,7 @@ distclean: clean clean-c: force $(RM) -f memsegs_c.o chkstk.o jumps.o times.o grt-cbinding.o grt-cvpi.o $(RM) -f fstapi.o fastlz.o lz4.o + $(RM) -f pic/times.o pic/grt-cvpi.o pic/jumps.o create-dirs: force for d in $(VHDLLIB_SUBDIRS); do \ -- cgit v1.2.3