diff options
author | midipix <writeonce@midipix.org> | 2016-04-23 23:44:36 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-23 23:50:11 -0400 |
commit | 75fc18927687831f49597fac89f27a0987b90b67 (patch) | |
tree | 651caca1742c666bd54db1d0d509ff3e865ab5db | |
parent | 78fd0298d85bb8af14bf219e8f3bb0397bb88c6e (diff) | |
download | sofort-75fc18927687831f49597fac89f27a0987b90b67.tar.bz2 sofort-75fc18927687831f49597fac89f27a0987b90b67.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 |