space map tests
This commit is contained in:
6
Makefile
6
Makefile
@@ -2,7 +2,8 @@ SOURCE=\
|
||||
metadata.cc
|
||||
|
||||
PROGRAM_SOURCE=\
|
||||
block_t.cc
|
||||
block_t.cc \
|
||||
space_map_t.cc
|
||||
|
||||
OBJECTS=$(subst .cc,.o,$(SOURCE))
|
||||
CPPFLAGS=-Wall -std=c++0x
|
||||
@@ -25,5 +26,8 @@ multisnap_display: $(OBJECTS) main.o
|
||||
block_t: block_t.o
|
||||
g++ -o $@ $+ $(LIBS)
|
||||
|
||||
space_map_t: space_map_t.o
|
||||
g++ -o $@ $+ $(LIBS)
|
||||
|
||||
include $(subst .cc,.d,$(SOURCE))
|
||||
include $(subst .cc,.d,$(PROGRAM_SOURCE))
|
||||
Reference in New Issue
Block a user