some directories added

This commit is contained in:
Frank Villaro-Dixon 2015-01-02 14:38:09 +01:00
parent 0742cfe6d2
commit 36560d067f
22 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
jeu
hyper_rotagon

View file

@ -1,5 +1,5 @@
all:
clang *.c `sdl-config --cflags --libs` -lSDL_mixer -lm -Wall -Wextra -o jeu
clang src/*.c `sdl-config --cflags --libs` -lSDL_mixer -lm -Wall -Wextra -o hyper_rotagon
clean:
rm jeu
rm hyper_rotagon

View file

View file

View file

View file

View file

View file

View file

View file

View file