random(3) implementation
[musl-tables] / prng / Makefile
1 CFLAGS=-ansi -Wall -pedantic
2 all: t
3         ./t
4 clean:
5         rm -f t
6 t: t.c random.c