ssg/c/Makefile
Michael Chalupiak 55bc1c39a6 Initial Commit
2025-07-19 23:05:38 -04:00

6 lines
68 B
Makefile

all:
cc ssg.c -lmd4c -lmd4c-html -O2 -Wall -o ssg
run: all
./ssg