mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
now with ncurses
This commit is contained in:
parent
a098bba42b
commit
c8b4e33795
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,2 +1,2 @@
|
|||
star: star.c
|
||||
gcc star.c -o star
|
||||
gcc -lncurses star.c -o star
|
||||
|
|
Loading…
Reference in a new issue