diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 05:08:39 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 05:13:50 -0500 |
commit | e9e80cb19185bd511a138813412d1fadfbc2e8ba (patch) | |
tree | d7a2bfb78c14b2eebafe57762a8a03939ee8d176 | |
parent | f0829a54e73c569ad0e55a70e5c14d0a89c67170 (diff) | |
download | apimagic-e9e80cb19185bd511a138813412d1fadfbc2e8ba.tar.bz2 apimagic-e9e80cb19185bd511a138813412d1fadfbc2e8ba.tar.xz |
build system: Makefile.in: clean: remove all generated files.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 400f5f7..f6c7a2c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -288,6 +288,8 @@ clean: clean-implib rm -f $(DEFAULT_APP) rm -f $(SHARED_APP) rm -f $(STATIC_APP) + rm -f build/$(PACKAGE)_version.h + rm -f build/$(PACKAGE).pc .display: .display-project .display-pkgconf .display-env \ |