diff --git a/Makefile b/Makefile index 625e574..9b3eb4c 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ PREFIX ?= /usr/local -INCLUDE = $(DESTDIR)/$(PREFIX)/include/bitstream +INCLUDE = $(subst //,/,$(DESTDIR)/$(PREFIX)/include/bitstream) all: - @echo "nothing to do" + @echo "Run \"make install\" to install biTStream into $(INCLUDE)" install: @install -d $(INCLUDE)