mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-13 22:00:56 +00:00
should work on linux now, creates directories if needed...closes #9
This commit is contained in:
parent
ac5d65b924
commit
16379e14b1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
PREFIX=/usr/local
|
PREFIX=/usr/local
|
||||||
|
|
||||||
INSTALL=/usr/bin/install
|
INSTALL=/usr/bin/install
|
||||||
INSTALL_FLAGS= -S
|
INSTALL_FLAGS= -d
|
||||||
|
|
||||||
RM=rm
|
RM=rm
|
||||||
RM_FLAGS=-f
|
RM_FLAGS=-f
|
||||||
|
|
Loading…
Add table
Reference in a new issue