equal/hKis/test/big/makefile
2022-10-25 18:36:19 +08:00

5 lines
59 B
Makefile

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