diff options
author | midipix <writeonce@midipix.org> | 2020-01-02 07:21:35 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-02 07:21:35 +0000 |
commit | fd0bc145965f3b188faca77b1f2acb3589375a63 (patch) | |
tree | f9b460c544f2b30f68f94d2c80bda0b78b1a1942 | |
parent | 8224af199ea7596c1b66e5b0fe5d0ac2b117d44b (diff) | |
download | sofort-fd0bc145965f3b188faca77b1f2acb3589375a63.tar.bz2 sofort-fd0bc145965f3b188faca77b1f2acb3589375a63.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 |