Skip to content
Snippets Groups Projects
makefile 139 B
Newer Older
all: main triFusion triInsertion triRapide

main: main.c tris.o
	gcc -Wall -o $@ $^
SCHMIDT LUCAS's avatar
SCHMIDT LUCAS committed
	gcc -Wall -c $^

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