Makefile
This commit is contained in:
parent
ece216e6f4
commit
2a0357b36a
12
Makefile
Executable file
12
Makefile
Executable file
@ -0,0 +1,12 @@
|
||||
##################################
|
||||
# Install dd-gz (for Unix/Linux) #
|
||||
##################################
|
||||
|
||||
PREFIX=/usr
|
||||
|
||||
install:
|
||||
cp -rf dd-gz $(PREFIX)/bin/
|
||||
chmod +x $(PREFIX)/bin/dd-gz
|
||||
|
||||
uninstall:
|
||||
rm -rf $(PREFIX)/bin/dd-gz
|
Loading…
x
Reference in New Issue
Block a user