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

Création du makefile

parent b2c16115
No related merge requests found
all: tri_fusion
%.o: %.c %.h
gcc -Wall -c $^
%: %.c
gcc -Wall -o $@ $^
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