6 lines
68 B
Makefile
6 lines
68 B
Makefile
all:
|
|
cc ssg.c -lmd4c -lmd4c-html -O2 -Wall -o ssg
|
|
|
|
run: all
|
|
./ssg
|