Fixed PREFIX in Makefile, added several tests in tests/

This commit is contained in:
2013-10-09 22:42:16 -04:00
parent 034e79e9bf
commit 77d48c3425
4 changed files with 162 additions and 18 deletions

View File

@@ -9,11 +9,7 @@ endif
RPM=cmdarg-$(VERSION)-$(RELEASE).noarch.rpm
ifndef PREFIX
PREFIX=/
endif
ifeq ($(shell uname -o),Cygwin)
PREFIX=
PREFIX=''
endif
DISTFILE_DEPS=$(shell find . -type f | grep -Ev '\.git|\./dist/|$(DISTFILE)')