This website requires JavaScript.
Explore
Help
Sign In
sheldonmlee
/
ncurses-gameoflife
Watch
1
Star
0
Fork
0
You've already forked ncurses-gameoflife
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c68216afa6
ncurses-gameoflife
/
makefile
6 lines
58 B
Makefile
Raw
Normal View
History
Unescape
Escape
first commit
2020-06-12 09:46:44 +08:00
LDFLAGS
=
-lncurses
slight changes
2020-06-23 09:34:29 +08:00
main
:
*.
c
gcc *.c -o main
${
LDFLAGS
}
Doesn't work segfaults.
2020-06-24 11:05:49 +08:00
Reference in New Issue
Copy Permalink