6 lines
62 B
Makefile
6 lines
62 B
Makefile
all:
|
|
@echo "nothing to do"
|
|
|
|
install:
|
|
cp ures /usr/local/bin
|