diff --git a/T1/src/Makefile b/T1/src/Makefile new file mode 100644 index 0000000..19c74e3 --- /dev/null +++ b/T1/src/Makefile @@ -0,0 +1,5 @@ +roteamento: rotpar.o + gcc rotpar.o -fopenmp -g -o roteamento -Wall -pedantic + rm *.o +rotpar.o: rotpar.c + gcc -c rotpar.c -g \ No newline at end of file