Skip to content
Snippets Groups Projects
Commit 0a6a1be9 authored by SCHMIDT LUCAS's avatar SCHMIDT LUCAS
Browse files

Modification du makefile et du main

parent 1f1a3beb
Branches
No related merge requests found
#include "tri.h"
#include "tris.h"
int main(int argc,char** argv){
}
......@@ -3,7 +3,7 @@ all: main triFusion triInsertion triRapide
main: main.c tris.o
gcc -Wall -o $@ $^
%.o: %.c %.h
%.o: %.c
gcc -Wall -c $^
%: %.c
......
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