set TARGETS macro to BIN and LIB targets.
This commit is contained in:
parent
80cdde6a3d
commit
428166fe85
|
@ -39,6 +39,7 @@ ARF = $(AR)
|
||||||
#
|
#
|
||||||
SOURCES = $(CXXFILES)
|
SOURCES = $(CXXFILES)
|
||||||
OBJECTS = $(CXXFILES:.cpp=.o)
|
OBJECTS = $(CXXFILES:.cpp=.o)
|
||||||
|
TARGETS = $(BINTARGET) $(LIBTARGET)
|
||||||
|
|
||||||
#
|
#
|
||||||
# always unsatisfied target
|
# always unsatisfied target
|
||||||
|
|
Loading…
Reference in New Issue