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 | 659af58fb8a1fe638c30537a331ea058d310100c (patch) | |
tree | c8bc65af808ce4e99d5da8a05aa24a1adc18de8b | |
parent | e53db9aef84c8f25fe02d330d1cb19a5e6ec80ab (diff) | |
download | sbpython3-659af58fb8a1fe638c30537a331ea058d310100c.tar.bz2 sbpython3-659af58fb8a1fe638c30537a331ea058d310100c.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 |