SVNからのミラー

This commit is contained in:
2026-01-06 20:58:13 +09:00
commit d4232e0a58
2 changed files with 124 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
all:
cc -o rng main.c -static -lc
.PHONY: all