diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 05:08:39 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 05:13:53 -0500 |
commit | 212256c6890266f8583504faf4e818ec95a75fb9 (patch) | |
tree | 85c456e45aaaa2719b1e46aafcb007102979f881 | |
parent | 13c5e0ac91aa1fc0e5e5394f6df63856d45e4060 (diff) | |
download | ntux-212256c6890266f8583504faf4e818ec95a75fb9.tar.bz2 ntux-212256c6890266f8583504faf4e818ec95a75fb9.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 \ |