From: Charles McGarvey Date: Mon, 8 Apr 2013 15:55:25 +0000 (-0600) Subject: make the C++ driver depend on the solution source code X-Git-Tag: v0.3.5~3 X-Git-Url: https://git.brokenzipper.com/gitweb?p=chaz%2Fvimcoder;a=commitdiff_plain;h=1d79c323fdd1c278ba7deda6ddd22a9bbd54e23a make the C++ driver depend on the solution source code --- diff --git a/src/com/dogcows/resources/C++Makefile b/src/com/dogcows/resources/C++Makefile index 3406fb0..79332f1 100644 --- a/src/com/dogcows/resources/C++Makefile +++ b/src/com/dogcows/resources/C++Makefile @@ -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