Files
TypoML/Makefile
T
2026-07-10 13:46:25 +02:00

9 lines
64 B
Makefile

all:
gcc -o typoml src/*
run:
./typoml
clean:
rm -f typoml