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