]> Dogcows Code - chaz/vimcoder/blobdiff - src/com/dogcows/resources/C++Makefile
make the C++ driver depend on the solution source code
[chaz/vimcoder] / src / com / dogcows / resources / C++Makefile
index 3406fb0cef4a2f1ae9a6b377e416bee397c427ad..79332f1d570ebab878357045eb73d44472a44663 100644 (file)
@@ -37,6 +37,8 @@ prove: all
 %$(EXEEXT): %.cc
        $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
 
+driver$(EXEEXT): $CLASSNAME$.cc
+
 .PHONY: all clean distclean run test prove
 
 # vim:ft=make:noet:ts=8
This page took 0.027175 seconds and 4 git commands to generate.