Skip to content
Snippets Groups Projects
Commit fe8ea8e9 authored by LITIERE MALRIC's avatar LITIERE MALRIC
Browse files

tri?0

parent fe5fdbfa
Branches
No related merge requests found
all: main
main : tris.o utils.o main.c
gcc -o main -Wall utils.o -g main.c
gcc -o main -Wall utils.o tris.o -g main.c
tris.o : tris.c tris.h
gcc -c -Wall -g tris.c
......
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