X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fvimcoder;a=blobdiff_plain;f=src%2Fcom%2Fdogcows%2Fresources%2FC%2B%2BMakefile;h=79332f1d570ebab878357045eb73d44472a44663;hp=3406fb0cef4a2f1ae9a6b377e416bee397c427ad;hb=1d79c323fdd1c278ba7deda6ddd22a9bbd54e23a;hpb=4aaa90c90820042f817b7a10ec2201012daf3eec 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