An error occurred while loading the file. Please try again.
-
chafiol authored05cf93dd
Forked from
GOSSA JULIEN / P4z
5 commits behind, 2 commits ahead of the upstream repository.
makefile 133 B
all: algo
algo: main.c algos.o
gcc -Wall main.c algos.o -Wall
algos: algos.c algos.h
gcc -c algos.c algos.h -Wall
clear:
rm *.o