added a targets file to describe general targets
[libbear.git] / targets.mk
CommitLineData
318de304
PG
1
2# LIB: the target of the lib directory
3LIB := lib
4.PHONY: ${LIB}
5
6#LIB_OBJS := lib-objs
7#.PHONY: ${LIB_OBJS}
8
9#LIB_DEPS := lib-deps
10#.PHONY: ${LIB_DEPS}
11
12# TESTS: build all of the tests
13TESTS := tests
14.PHONY: ${TESTS}
15