An error occurred while loading the file. Please try again.
-
SCHMIDT LUCAS authored991104a4
Forked from
GOSSA JULIEN / P4z
4 commits behind, 12 commits ahead of the upstream repository.
makefile 197 B
all: main triFusion triInsertion triRapide triFusion triFusionCompte triRapideCompte
main: main.c tris.o utils.o
gcc -Wall -o $@ $^
%.o: %.c
gcc -Wall -c $^
%: %.c utils.o
gcc -Wall -o $@ $^