finished random map generation
This commit is contained in:
@ -18,9 +18,6 @@ EXEC = ../bin/cc3k # executable name
|
||||
|
||||
########## Targets ##########
|
||||
|
||||
test :
|
||||
${CXX} ${CXXFLAGS} position.cc display.cc curses_input.cc curses_output.cc cursor.cc rng.cc map.cc testing.cc -o testing -lncurses
|
||||
|
||||
.PHONY : clean # not file names
|
||||
|
||||
${EXEC} : ${OBJECTS} # link step
|
||||
|
Reference in New Issue
Block a user