Initial import

This commit is contained in:
2026-03-24 15:21:33 +00:00
commit 4637394ed6
3 changed files with 90 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
vaxcheck: vaxcheck.o
$(CC) -o $@ $^