a new tool from tth

This commit is contained in:
tTh
2022-10-04 19:31:50 +02:00
parent 5a610e0926
commit 9e8a6b3411
3 changed files with 13 additions and 5 deletions

4
code/misctools/Makefile Normal file
View File

@@ -0,0 +1,4 @@
nonascii: nonascii.c Makefile
gcc -Wall $< -o $@