refactored collisionManager
[physics.git] / Makefile
index 6049377..77463d3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,8 @@ ${BLDDIRS}:
        ${Q1}${PRNTFMT} "mkdir" "$@"
        ${Q2}mkdir -p $@
 
+#${SRCSDIR}%.cpp: ${SRCSDIR}%.h
+
 # cause the below directory rules to work out
 .SECONDEXPANSION:
 
@@ -105,11 +107,6 @@ ${DSTCFGDIR}%.cfg: ${SRCCFGDIR}%.cfg | $$(dir $$@)
        ${Q2}cp $< $@
 
 
-tags: ${SRCS}
-       ${Q1}${PRNTFMT} "ctags" "$@"
-       ${Q2}ctags $^
-
-
 .PHONY: clean
 clean:
        ${Q1}${PRNTFMT} "rm" "${OBJSDIR}"