aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-14 03:07:13 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-14 03:07:13 +0200
commit451f46f623f7e7e957cbf9d973ec2dceb74a56dc (patch)
treec77798c72d2caf0d374335522e1cdacb3f275e1b /Makefile
parentc951ce3b7cd80b27f09c02e71e63e1ba57b8c0dd (diff)
downloadhax-minetest-server-451f46f623f7e7e957cbf9d973ec2dceb74a56dc.tar.gz
hax-minetest-server-451f46f623f7e7e957cbf9d973ec2dceb74a56dc.zip
pause menu added
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2bdc9c3f0..dfe180573 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# It's usually sufficient to change just the target name and source file list
# and be sure that CXX is set to a valid compiler
TARGET = test
-SOURCE_FILES = mapnode.cpp tile.cpp voxel.cpp mapblockobject.cpp inventory.cpp debug.cpp serialization.cpp light.cpp filesys.cpp connection.cpp environment.cpp client.cpp server.cpp socket.cpp mapblock.cpp mapsector.cpp heightmap.cpp map.cpp player.cpp utility.cpp main.cpp test.cpp
+SOURCE_FILES = guiPauseMenu.cpp mapnode.cpp tile.cpp voxel.cpp mapblockobject.cpp inventory.cpp debug.cpp serialization.cpp light.cpp filesys.cpp connection.cpp environment.cpp client.cpp server.cpp socket.cpp mapblock.cpp mapsector.cpp heightmap.cpp map.cpp player.cpp utility.cpp main.cpp test.cpp
SOURCES = $(addprefix src/, $(SOURCE_FILES))
OBJECTS = $(SOURCES:.cpp=.o)
FASTTARGET = fasttest