now with ncurses

This commit is contained in:
Gwenhael Le Moine 2011-07-01 16:32:45 +02:00
parent a098bba42b
commit c8b4e33795

View file

@ -1,2 +1,2 @@
star: star.c
gcc star.c -o star
gcc -lncurses star.c -o star