mirror of
https://gitea.dmz.rs/Decentrala/workshops.git
synced 2026-07-11 05:52:31 +02:00
9 lines
104 B
Makefile
9 lines
104 B
Makefile
.PHONY: build run
|
|
|
|
build:
|
|
presenterm privacy-presenterm.md -e
|
|
|
|
run:
|
|
presenterm privacy-presenterm.md
|
|
|