summaryrefslogtreecommitdiff
path: root/real.make
diff options
context:
space:
mode:
Diffstat (limited to 'real.make')
-rw-r--r--real.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/real.make b/real.make
index 0968503..72957ce 100644
--- a/real.make
+++ b/real.make
@@ -271,6 +271,8 @@ obj/%/autolist.d: $(filter-out %/autolist.d,${DEPENDS})
include ${DEPENDS}
# I'm not convinced keeping the bin/ is a good idea
+# TODO - for development, regenerate -gdb.py even if the binary
+# doesn't need to be rebuilt. For release, the version forces rebuild.
bin/%:
$(MKDIR_FIRST)
${CXX} ${LDFLAGS} $^ ${LDLIBS} -o $@