diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-14 00:21:18 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-14 00:21:18 +0200 |
commit | 626ed6338aa90eb07038adee29643e692fec6545 (patch) | |
tree | e00d7974eed67d913cd95c231c8d21d19d34e418 /Makefile | |
parent | 3ac2abb0b5f84819abe6feea9d7b883b40369610 (diff) | |
download | minetest-626ed6338aa90eb07038adee29643e692fec6545.tar.gz minetest-626ed6338aa90eb07038adee29643e692fec6545.tar.bz2 minetest-626ed6338aa90eb07038adee29643e692fec6545.zip |
in before messing with face drawing orientation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = 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 = 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
|