*** empty log message ***
This commit is contained in:
parent
8c874d4632
commit
a5e9c4f8d1
1 changed files with 16 additions and 0 deletions
16
util/shf/Makefile
Normal file
16
util/shf/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# $Header$
|
||||||
|
|
||||||
|
install:
|
||||||
|
cp march.sh ../../bin/march
|
||||||
|
|
||||||
|
clean:
|
||||||
|
@echo always clean
|
||||||
|
|
||||||
|
cmp:
|
||||||
|
cmp march.sh ../../bin/march
|
||||||
|
|
||||||
|
opr:
|
||||||
|
make pr|opr
|
||||||
|
|
||||||
|
pr:
|
||||||
|
pr march.sh
|
Loading…
Add table
Reference in a new issue