From 70034c0aa4e696618001a6f86a6e50feabd66688 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 20 Feb 2008 01:25:08 +0100 Subject: [PATCH] Added some more files. --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40fc4aa..1f6aa5c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,14 @@ PROGRAMS=justnukeit -justnukeit_OBJS=Position Maze Player main +justnukeit_OBJS= \ + Position \ + Maze \ + Player \ + Game \ + Mouse \ + Keyboard \ + main + justnukeit_INCS=sdl justnukeit_LIBS=graphics unix threads bigarray sdl sdlloader sdlttf