mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2024-10-01 06:35:42 -04:00
8 lines
120 B
Makefile
8 lines
120 B
Makefile
|
VERSION := $(shell cat version)
|
||
|
|
||
|
install: install-vm
|
||
|
|
||
|
install-vm:
|
||
|
bash ./install
|
||
|
bash ./configure-sudo-prompt --force
|