diff --git a/Makefile b/Makefile index 30a77d5..8027c87 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,10 @@ ifndef PREFIX PREFIX=/ endif +ifeq ($(shell uname -o),Cygwin) + PREFIX= +endif + DISTFILE_DEPS=$(shell find . -type f | grep -Ev '\.git|\./dist/|$(DISTFILE)') all: ./dist/$(RPM)