5 lines
71 B
Makefile
5 lines
71 B
Makefile
|
install:
|
||
|
cp $PWD/shemum /usr/bin/shemum
|
||
|
clean:
|
||
|
rm -f /usr/bin/shemum
|