This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
rng/Makefile
2026-01-06 20:58:13 +09:00

5 lines
48 B
Makefile

all:
cc -o rng main.c -static -lc
.PHONY: all