9 lines
104 B
Makefile
9 lines
104 B
Makefile
.PHONY: build run
|
|
|
|
build:
|
|
presenterm privacy-presenterm.md -e
|
|
|
|
run:
|
|
presenterm privacy-presenterm.md
|
|
|