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
f5e4e0e7ae
icp
/
oer
/
courses
/
c-basics
/
sections
/
17-preprocessor
/
03-libraries
/
Makefile
9 lines
72 B
Makefile
Raw
Blame
History
all
:
gcc --std
=
c99 program.c -o program -lm
clean
:
rm -f program
Reference in New Issue
View Git Blame
Copy Permalink