feat: added .env and .sources to make
This commit is contained in:
parent
ce339b69d2
commit
580c9ceba5
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,6 @@
|
||||||
install:
|
install:
|
||||||
cp $PWD/shemum /usr/bin/shemum
|
cp $PWD/shemum /usr/bin/shemum
|
||||||
|
cp $PWD/.env $HOME/.env
|
||||||
|
cp $PWD/.sources $HOME/.sources
|
||||||
clean:
|
clean:
|
||||||
rm -f /usr/bin/shemum
|
rm -f /usr/bin/shemum
|
||||||
|
|
Loading…
Reference in a new issue