Skip to content

Commit

Permalink
Adiciona Makefile final
Browse files Browse the repository at this point in the history
  • Loading branch information
Sr3284 committed Oct 8, 2022
1 parent d7b4601 commit 64c072a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions T1/src/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 64c072a

Please sign in to comment.