diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 05:08:39 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 05:13:55 -0500 |
commit | 98a5f515f73e8f54ac4cfb4e55e803a0988b523a (patch) | |
tree | 2bc3a0502a0c47a11f11c27ea977ffdd79a57053 | |
parent | 981292ce7705b28b3937346c5243f9cd5dc621f8 (diff) | |
download | u16ports-98a5f515f73e8f54ac4cfb4e55e803a0988b523a.tar.bz2 u16ports-98a5f515f73e8f54ac4cfb4e55e803a0988b523a.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 \ |