This website requires JavaScript.
Explore
Help
Sign In
cs
/
icp
Watch
1
Star
0
Fork
You've already forked icp
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
icp
/
oer
/
courses
/
c-basics
/
sections
/
02-basic-language-features
/
04-loops
/
Makefile
8 lines
81 B
Makefile
Raw
Permalink
Blame
History
all
:
gcc --std
=
c99 program.c -o program
clean
:
rm -f program
rm -f solution
Reference in New Issue
View Git Blame
Copy Permalink