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
90d8c13215
icp
/
oer
/
courses
/
c-advanced
/
sections
/
01-introduction
/
03-hashtable
/
Makefile
9 lines
100 B
Makefile
Raw
Blame
History
all
:
gcc program.c -o program
#gcc solution.c -o solution
clean
:
rm -f program
rm -f solution
Reference in New Issue
View Git Blame
Copy Permalink