aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-09-30 06:21:28 +0200
committerTristan Gingold <tgingold@free.fr>2017-10-02 20:49:36 +0200
commite2b71f93c9a6fda2d8450f1c096f5c9b8eec910c (patch)
tree574050547e437d16ee3f808c2870f349a3ee34b9 /Makefile.in
parent90f4fd213b84623837ef77a6806efbf20b9ef743 (diff)
downloadghdl-e2b71f93c9a6fda2d8450f1c096f5c9b8eec910c.tar.gz
ghdl-e2b71f93c9a6fda2d8450f1c096f5c9b8eec910c.tar.bz2
ghdl-e2b71f93c9a6fda2d8450f1c096f5c9b8eec910c.zip
Makefile: also clean object files in pic/
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
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 \