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 | e2ab8acb6a568a098a6190bba45f31a477f7e462 (patch) | |
tree | 6f260fee81263fc2378fd2e3a90537f3cfbdd122 | |
parent | 880362d64911cc802ed047d6f84816e90a8d23a7 (diff) | |
download | pemagine-e2ab8acb6a568a098a6190bba45f31a477f7e462.tar.bz2 pemagine-e2ab8acb6a568a098a6190bba45f31a477f7e462.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 |