move files around
This commit is contained in:
8
Makefile
8
Makefile
@ -1,10 +1,10 @@
|
||||
install: build
|
||||
install -D -m 0755 --target-directory="${HOME}/.local/bin" has_internet target/release/Hentai add_and_download_url.sh download_website.sh
|
||||
install -D -m 0755 --target-directory="${HOME}/.local/bin" build/has_internet target/release/Hentai add_and_download_url.sh download_website.sh
|
||||
install -D -m 0755 --target-directory="${HOME}/.config" Hentai.conf
|
||||
|
||||
build:
|
||||
gcc -std=gnu23 -o has_internet has_internet.c
|
||||
strip has_internet
|
||||
gcc -std=gnu23 -o build/has_internet src/has_internet.c
|
||||
strip build/has_internet
|
||||
cargo build --release
|
||||
strip target/release/Hentai
|
||||
|
||||
@ -13,5 +13,5 @@ uninstall:
|
||||
rm -f "${HOME}"/.config/Hentai.conf
|
||||
|
||||
beehive: build
|
||||
scp has_internet target/release/Hentai add_and_download_url.sh download_website.sh beehive:.local/bin
|
||||
scp build/has_internet target/release/Hentai add_and_download_url.sh download_website.sh beehive:.local/bin
|
||||
scp Hentai.conf beehive:.config
|
||||
|
Reference in New Issue
Block a user