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

6 lines
85 B
Makefile

all:
hare build -o ssg ssg.ha #-lmd4c -lmd4c-html -O2 -Wall -o ssg
run: all
./ssg