Skip to content
Snippets Groups Projects
Commit 4a4058d5 authored by Arnaud Albiez's avatar Arnaud Albiez
Browse files

Reorganisation du Makefile

parent 539d5cc3
Branches
No related merge requests found
......@@ -25,11 +25,11 @@ main.o : main.c grid.h
grid.o : grid.c grid.h
gcc -c $(CFLAGS) grid.c
test.o : test.c grid.h
gcc -c $(CFLAGS) test.c
sokoban : main.o grid.o
gcc -o sokoban main.o grid.o
test.o : test.c grid.h
gcc -c test.c
unittest : test.o grid.o
gcc -o unittest test.o grid.o
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