Commit 572e209b authored by Georgi Chorbadzhiyski's avatar Georgi Chorbadzhiyski

Makefile: Change "make all" message to instruct user what to do.

parent fb55ec9b
PREFIX ?= /usr/local PREFIX ?= /usr/local
INCLUDE = $(DESTDIR)/$(PREFIX)/include/bitstream INCLUDE = $(subst //,/,$(DESTDIR)/$(PREFIX)/include/bitstream)
all: all:
@echo "nothing to do" @echo "Run \"make install\" to install biTStream into $(INCLUDE)"
install: install:
@install -d $(INCLUDE) @install -d $(INCLUDE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment