[go: up one dir, main page]

Menu

[8bf46b]: / common / Makefile  Maximize  Restore  History

Download this file

12 lines (8 with data), 237 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
tests:
include ../make.settings
lib: log.cpp debug.cpp
$(COMPILER) $(STXXL_COMPILER_OPTIONS) -c log.cpp
$(COMPILER) $(STXXL_COMPILER_OPTIONS) -c debug.cpp
$(COMPILER) $(STXXL_COMPILER_OPTIONS) -c rand.cpp
clean:
$(RM) *.$(OBJEXT)