Skip to content
Snippets Groups Projects
Commit 37f9395a authored by YANG TIANYI's avatar YANG TIANYI
Browse files

Nouveau makefile

parent 33a7213e
Branches
No related merge requests found
# Project Name
Sokoban
<video width="320" height="240" controls>
<source src="sokoban.mp4" type="video/mp4">
</video>
## Project Description
Sokoban partie 1, move player affiche display
......@@ -13,6 +9,7 @@ Environnement linux, gcc version 11.3.0, c version c99
## How to Compile
Utilise (make), (./main) pour executer le programe, (make doc) pour crée doxyfile, (make clean) pour supprime tous sauf les programmes
Le programme peut fonctionner normalement sur mon ordinateur, mais il est possible posède une erreur à cause le code makefile suivant : "make install -j16".
## Contributors
ARMAGAN OMER-ALI, YANG TIANYI
......@@ -26,4 +26,4 @@ SDL:
cd SDL2 && ./configure --prefix=$PWD/../install_dir && make install -j16
archive:
tar -cf sokoban.tar.gz Doxyfile grid.c grid.h level1.txt main.c makefile player.c player.h README.md
\ No newline at end of file
tar -cf sokoban.tar.gz Doxyfile grid.c grid.h level1.txt main.c makefile player.c player.h sdl2.c sdl2.h README.md
\ No newline at end of file
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