wormpy/Makefile
Samuel Sloniker 8f233afc83 New Makefile and gitignore; update copyright; make code compile
No install capability in this Makefile; this is just a development
version.
2021-08-18 12:59:42 -07:00

3 lines
43 B
Makefile

worm: worm.c
gcc -o worm worm.c -l curses