Skip to content

Commit 1d79c32

Browse files
committed
make the C++ driver depend on the solution source code
1 parent 4aaa90c commit 1d79c32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/dogcows/resources/C++Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ prove: all
3737
%$(EXEEXT): %.cc
3838
$(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
3939

40+
driver$(EXEEXT): $CLASSNAME$.cc
41+
4042
.PHONY: all clean distclean run test prove
4143

4244
# vim:ft=make:noet:ts=8

0 commit comments

Comments
 (0)