This commit is contained in:
2026-07-10 14:13:40 +02:00
parent b68c572824
commit 15f5bc3d55
7 changed files with 58 additions and 6 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
all:
gcc -o typoml src/*
v .
run:
./typoml
./TypoML
clean:
rm -f typoml
rm -f TypoML