mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-17 09:01:49 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
42c9d19cac
commit
3c5c150edf
3
Makefile
3
Makefile
@ -70,7 +70,7 @@ FORCE:
|
|||||||
|
|
||||||
config.global: config.global.example
|
config.global: config.global.example
|
||||||
@ [ ! -e "$@" ] \
|
@ [ ! -e "$@" ] \
|
||||||
&& cat "$<" > "$@" \
|
&& cp "$<" "$@" \
|
||||||
&& $(EDITOR) "$@" \
|
&& $(EDITOR) "$@" \
|
||||||
|| true
|
|| true
|
||||||
|
|
||||||
@ -142,5 +142,6 @@ clean-all: clean
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# vim:set ts=4 sw=4 nowrap :
|
# vim:set ts=4 sw=4 nowrap :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user