mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-08-03 20:24:22 -04:00
7 lines
120 B
Makefile
7 lines
120 B
Makefile
VERSION := $(shell cat version)
|
|
|
|
install: install-vm
|
|
|
|
install-vm:
|
|
bash ./install
|
|
bash ./configure-sudo-prompt --force
|