]> Dogcows Code - chaz/vimcoder/commitdiff
make the C++ driver depend on the solution source code
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 8 Apr 2013 15:55:25 +0000 (09:55 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 8 Apr 2013 15:55:25 +0000 (09:55 -0600)
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.019178 seconds and 4 git commands to generate.