diff options
author | midipix <writeonce@midipix.org> | 2020-01-02 07:21:35 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-02 07:22:09 +0000 |
commit | 3c07c8405bf778a10efe7eff692bc381fcfc72a8 (patch) | |
tree | af389adfec5aa701f5d37dcd537adbb79c510cbd | |
parent | 4c83b7727b3d5f80435ac5e67635b8b340bd2229 (diff) | |
download | sbpython2-3c07c8405bf778a10efe7eff692bc381fcfc72a8.tar.bz2 sbpython2-3c07c8405bf778a10efe7eff692bc381fcfc72a8.tar.xz |
build system: distclean: remove ccenv/host.mk, ccenv/native.mk.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 07df38b..992407a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -254,6 +254,8 @@ version.tag: $(GIT_REFERENCE_INDEX) dirs.tag touch version.tag distclean: clean + rm -f ccenv/host.mk + rm -f ccenv/native.mk rm -f cfgdefs.mk rm -f usrdefs.mk rm -f Makefile |