mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-10-01 01:05:39 -04:00
7 lines
91 B
Makefile
7 lines
91 B
Makefile
|
# Requires https://github.com/blampe/goat
|
||
|
|
||
|
all: components.svg
|
||
|
|
||
|
%.svg: %.txt
|
||
|
goat $^ > $@
|