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
4e9422b672
ncurses-gameoflife
/
makefile
8 lines
68 B
Makefile
Raw
Normal View
History
Unescape
Escape
first commit
2020-06-12 09:46:44 +08:00
LDFLAGS
=
-lncurses
Minor changes
2020-07-04 06:05:26 +08:00
CC
=
gcc
first commit
2020-06-12 09:46:44 +08:00
slight changes
2020-06-23 09:34:29 +08:00
main
:
*.
c
Minor changes
2020-07-04 06:05:26 +08:00
$(
CC
)
*.c -o main
${
LDFLAGS
}
Doesn't work segfaults.
2020-06-24 11:05:49 +08:00
Reference in New Issue
Copy Permalink