Initial commit

This commit is contained in:
2026-02-06 18:39:35 +11:00
commit 6b3aa87b13
2 changed files with 149 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
install: zc.h
mkdir -p /usr/local/bin /usr/local/include
cp zc.h /usr/local/bin/zc
cp zc.h /usr/local/include/zc.h
chmod +x /usr/local/bin/zc