Skip to content
Snippets Groups Projects
Forked from GOSSA JULIEN / P4z
5 commits behind, 7 commits ahead of the upstream repository.
makefile 143 B
all: main triFusion triInsertion triRapide

main: main.c tris.o
	gcc -Wall -o $@ $^

%.o: %.c %.h
	gcc -Wall -c $^

%: %.c
	gcc -Wall -o $@ $^