summaryrefslogtreecommitdiff
path: root/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'modules/Makefile')
-rwxr-xr-xmodules/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/Makefile b/modules/Makefile
index b8c86b8..c7eee69 100755
--- a/modules/Makefile
+++ b/modules/Makefile
@@ -13,8 +13,9 @@ modPipe:
modWall:
gcc $(CFLAGS) -fPIC -I../include `sdl-config --cflags` -c list.c -o list.o
+ gcc $(CFLAGS) -fPIC -I../include `sdl-config --cflags` -c space.c -o space.o
gcc $(CFLAGS) -fPIC -I../include `sdl-config --cflags` -c modWall.c -o modWall.o
- gcc $(CFLAGS) -I../include -shared -fPIC -o modWall.so modWall.o list.o
+ gcc $(CFLAGS) -I../include -shared -fPIC -o modWall.so modWall.o list.o space.o
clean:
rm -rf *.o