repo.or.cz
/
stand.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a couple more generated files
[stand.git]
/
Makefile
blob
fdfbe6fbf49d0db78ccde0f4a9b50750e2a35171
1
.PHONY
:
install clean all
2
3
all
:
4
5
clean
:
6
7
install
:
8
install
-
d
$(
DESTDIR
)/
usr
/
bin
/
9
install
.
/
stand
$(
DESTDIR
)/
usr
/
bin
/
10
install
-
d
$(
DESTDIR
)/
usr
/
share
/
doc
/
stand
/
11
cp
-
a README
$(
DESTDIR
)/
usr
/
share
/
doc
/
stand
/
12