Makefile
This commit is contained in:
parent
d7b5c714dc
commit
b5078e0a4e
15
Makefile
Executable file
15
Makefile
Executable file
|
@ -0,0 +1,15 @@
|
||||||
|
#####################################
|
||||||
|
# Installing defragfs/fragmentation #
|
||||||
|
#####################################
|
||||||
|
|
||||||
|
PREFIX=/usr
|
||||||
|
|
||||||
|
install:
|
||||||
|
cp -rf src/defragfs $(PREFIX)/bin/defragfs
|
||||||
|
chmod +x $(PREFIX)/bin/defragfs
|
||||||
|
cp -rf src/fragmentation $(PREFIX)/bin/fragmentation
|
||||||
|
chmod +x $(PREFIX)/bin/fragmentation
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm -rf $(PREFIX)/bin/defragfs
|
||||||
|
rm -rf $(PREFIX)/bin/fragmentation
|
Loading…
Reference in New Issue
Block a user