From 1d79c323fdd1c278ba7deda6ddd22a9bbd54e23a Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Mon, 8 Apr 2013 09:55:25 -0600 Subject: [PATCH] make the C++ driver depend on the solution source code --- src/com/dogcows/resources/C++Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.0