This website works better with JavaScript.
Home
Explore
Help
Sign In
shenmc
/
bitstream
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Makefile: Change "make all" message to instruct user what to do.
master
Georgi Chorbadzhiyski
13 years ago
parent
fb55ec9b64
commit
572e209b9a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@ -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
)
Write
Preview
Loading…
Cancel
Save