summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-08 09:07:17 +0200
committerPaul Buetow <paul@buetow.org>2013-04-08 09:07:17 +0200
commita17f01bcc10e7aca07f684c5e155659da289043c (patch)
tree52de61eeed26f36127f403a59dd75b3aa1690897
parent42286f091476a48edc2b08225392fb5740b1b10b (diff)
fix make version
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93cc84e..0efa2de 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,6 @@ all: version documentation build
# Builds the project. Since this is only a fake project, it just copies a script.
build:
- echo "echo This is version $$(cat .version)" >> bin/$(NAME)
# 'install' installes a fake-root, which will be used to build the Debian package
# $DESTDIR is actually set by the Debian tools.