Skip to content
Snippets Groups Projects
Commit 5bb86625 authored by clm15@inf.ufpr.br's avatar clm15@inf.ufpr.br
Browse files

Makefile


Signed-off-by: default avatarCristopher <clm15@inf.ufpr.br>
parent 200de756
No related branches found
No related tags found
No related merge requests found
all: Quadra.exe all: Quadra.exe
Quadra.exe: libbusca.a Quadra.exe: libbusca.a log.txt
gcc Quadra.c -I./ -L./ -lbusca -o Quadra.exe -w -g gcc Quadra.c -I./ -L./ -lbusca -o Quadra.exe -w -g
libbusca.a: busca.o libbusca.a: busca.o
...@@ -9,5 +9,8 @@ libbusca.a: busca.o ...@@ -9,5 +9,8 @@ libbusca.a: busca.o
busca.o: busca.o:
gcc -c busca.c -o busca.o gcc -c busca.c -o busca.o
log.txt:
echo >log.txt
clean: clean:
rm *.o *.a *.exe log.txt rm *.o *.a *.exe log.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment