diff options
author | midipix <writeonce@midipix.org> | 2016-04-23 23:44:36 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:41 -0500 |
commit | 2ba44fbdef6f182e8fceadacc7731c563c7064c8 (patch) | |
tree | 4439a3e0c0c2b9699f6cf8ba6833916e9f633cf5 | |
parent | 9c6a0f16f1e8902a48d34d205110c30fc259837a (diff) | |
download | perk-2ba44fbdef6f182e8fceadacc7731c563c7064c8.tar.bz2 perk-2ba44fbdef6f182e8fceadacc7731c563c7064c8.tar.xz |
build system: completed project-related annotation.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 76e0e1a..3776f57 100644 --- a/Makefile.in +++ b/Makefile.in @@ -212,6 +212,8 @@ clean: .display-pe .display-elf .display-dirs .display-build .display-project: + @echo PACKAGE:' '$(PACKAGE) + @echo NICKNAME:' '$(NICKNAME) @echo PROJECT_DIR:' '$(PROJECT_DIR) @echo BUILD_DIR:' '$(CURDIR) @echo |