6 lines
67 B
Makefile
6 lines
67 B
Makefile
|
all:
|
||
|
clang -ggdb main.c -o mmd
|
||
|
|
||
|
run: all
|
||
|
./mmd test.md test.html
|