mega-markdown/Makefile

6 lines
67 B
Makefile
Raw Permalink Normal View History

2024-09-05 12:19:02 +02:00
all:
clang -ggdb main.c -o mmd
run: all
./mmd test.md test.html