Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
cryptarch
/
partitions
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
partitions
/
Makefile
Makefile
96 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
.PHONY: all clean
all:
gcc -o partitions -lm -ligraph partitions.c
clean:
rm -vf partitions