diff --git a/Makefile b/Makefile index cdb49e0..5f5d0fb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION := $(shell awk '/VERSION/ { print $$4 }' shelldap | sed -e "s/[';]//g") +VERSION := $(shell awk '/VERSION =/ { print $$4 }' shelldap | sed -e "s/[';]//g") release: @mkdir shelldap-${VERSION}