Commit 838eab18 authored by RANJANA B KASANGERI's avatar RANJANA B KASANGERI

add makefile

parent c92b0d93
main : main.o sorting.o
g++ main.o sorting.o -o main
main.o: main.cpp sorting.h
g++ -c main.cpp
sorting.o: sorting.cpp sorting.h
g++ -c sorting.cpp
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment