5 lines
59 B
Makefile
Raw Normal View History

2022-08-30 15:42:35 +08:00
all:
gcc -o genbigand genbigand.c
clean:
rm -f genbigand