Added some more files.
This commit is contained in:
parent
9a5ad6c8e8
commit
70034c0aa4
1 changed files with 9 additions and 1 deletions
10
Makefile
10
Makefile
|
@ -1,6 +1,14 @@
|
||||||
PROGRAMS=justnukeit
|
PROGRAMS=justnukeit
|
||||||
|
|
||||||
justnukeit_OBJS=Position Maze Player main
|
justnukeit_OBJS= \
|
||||||
|
Position \
|
||||||
|
Maze \
|
||||||
|
Player \
|
||||||
|
Game \
|
||||||
|
Mouse \
|
||||||
|
Keyboard \
|
||||||
|
main
|
||||||
|
|
||||||
justnukeit_INCS=sdl
|
justnukeit_INCS=sdl
|
||||||
justnukeit_LIBS=graphics unix threads bigarray sdl sdlloader sdlttf
|
justnukeit_LIBS=graphics unix threads bigarray sdl sdlloader sdlttf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue