3 lines
43 B
Makefile
3 lines
43 B
Makefile
|
worm: worm.c
|
||
|
gcc -o worm worm.c -l curses
|