move DeletableSingleton to its own folder
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@547 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
b9ac41218c
commit
5a8e9c06f4
7 changed files with 27 additions and 93 deletions
|
@ -1,4 +1,3 @@
|
|||
BIN1 = DeletableSingleton
|
||||
BIN2 = Dependencies
|
||||
BIN3 = Phoenix
|
||||
CXXFLAGS = -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion -Wpointer-arith -pedantic -O2
|
||||
|
@ -7,6 +6,6 @@ LDFLAGS = -L../../lib
|
|||
LDLIBS = -lloki
|
||||
|
||||
.PHONY: build clean
|
||||
build: $(BIN1) $(BIN2) $(BIN3)
|
||||
build: $(BIN2) $(BIN3)
|
||||
clean:
|
||||
rm -f $(BIN1) $(BIN2) $(BIN3) $(BIN1).exe $(BIN1).o $(BIN2).exe $(BIN2).o $(BIN3).exe $(BIN3).o
|
||||
rm -f $(BIN2) $(BIN3) $(BIN2).exe $(BIN2).o $(BIN3).exe $(BIN3).o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue