diff options
author | midipix <writeonce@midipix.org> | 2020-01-03 15:13:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-03 15:51:33 +0000 |
commit | 260afe94805e2c7f4dc4518605d549d5792908cd (patch) | |
tree | f9f4e4ff4715444b5d3b3d09d31d07863f3ed444 | |
parent | 2b3ef4a06863d40ce5aec7108e76843bf5732c3f (diff) | |
download | apimagic-260afe94805e2c7f4dc4518605d549d5792908cd.tar.bz2 apimagic-260afe94805e2c7f4dc4518605d549d5792908cd.tar.xz |
build system: distclean: remove build-specific directories.
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c779104..576ec20 100644 --- a/Makefile.in +++ b/Makefile.in @@ -259,6 +259,7 @@ distclean: clean rm -f cfgdefs.mk rm -f usrdefs.mk rm -f Makefile + rmdir build ccenv bin lib 2>&1 || true clean: clean-implib rm -f tree.tag |