2023-03-26 19:15:17 +08:00

5 lines
59 B
Makefile

all:
gcc -o genbigand genbigand.c
clean:
rm -f genbigand