Code

src/Makefile: Print some useful information after a successful built. master
authorSebastian Harl <sh@tokkee.org>
Thu, 14 Oct 2010 19:41:56 +0000 (21:41 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 14 Oct 2010 19:41:56 +0000 (21:41 +0200)
src/Makefile.am

index 1c3f4b2cd27650a391624769e02793afef9adf62..217c1cd4a296d1e2560c27a0651f37036ff512e3 100644 (file)
@@ -44,5 +44,12 @@ l2l_features.h: l2l_features.h.in ../version
            -e "s/@L2L_VERSION_STRING@/$$VERSION_STRING/g" \
            l2l_features.h.in > l2l_features.h
 
+all-local:
+       @echo ""
+       @echo "$(PACKAGE_NAME) built successfully."
+       @echo ""
+       @echo "Run 'make install' to install the software into $(prefix)."
+       @echo ""
+
 .PHONY: FORCE