5 lines
59 B
Makefile
5 lines
59 B
Makefile
all:
|
|
gcc -o genbigand genbigand.c
|
|
clean:
|
|
rm -f genbigand
|