6 lines
85 B
Makefile
6 lines
85 B
Makefile
all:
|
|
hare build -o ssg ssg.ha #-lmd4c -lmd4c-html -O2 -Wall -o ssg
|
|
|
|
run: all
|
|
./ssg
|