Browse Source

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

master
Georgi Chorbadzhiyski 13 years ago
parent
commit
572e209b9a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@ -1,8 +1,8 @@
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)

Loading…
Cancel
Save