Some remnant from the global replace. - catpoint - Catpoint simple presenting s… | |
git clone git://bitreich.org/catpoint/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrin… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 77dfce9909091e863727aaabdaa26088709c0a09 | |
parent 3d988d86e8696704a9c2b941f097993abddbf7dd | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sat, 18 Mar 2017 12:16:31 +0100 | |
Some remnant from the global replace. | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -31,7 +31,7 @@ clean: | |
@echo cleaning | |
@rm -f catpoint ${OBJ} catpoint-${VERSION}.tar.gz | |
-dicatpoint: clean | |
+dist: clean | |
@echo creating dist tarball | |
@mkdir -p catpoint-${VERSION} | |
@cp -R LICENSE Makefile README.md config.mk ${SRC} catpoint-${VERSION} |