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