This website requires JavaScript.
Explore
Help
Sign In
Trianta
/
sorting-algorithms
Watch
1
Star
0
Fork
0
You've already forked sorting-algorithms
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4ae0f42e85
sorting-algorithms
/
Makefile
8 lines
104 B
Makefile
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-01-11 12:09:03 -06:00
main
:
compile
link
compile
:
Setup c++
2023-01-11 12:33:46 -06:00
g++ -c -o build/main.o src/main.cpp
Initial commit
2023-01-11 12:09:03 -06:00
link
:
Setup c++
2023-01-11 12:33:46 -06:00
g++ -o bin/main.out build/*.o
Reference in New Issue
Copy Permalink