]> Dogcows Code - chaz/vimcoder/blobdiff - src/com/dogcows/resources/C++Makefile
Change build command to work with free functions
[chaz/vimcoder] / src / com / dogcows / resources / C++Makefile
index 3406fb0cef4a2f1ae9a6b377e416bee397c427ad..84ed692d9d4ed9234664e36ad7583a3b55705931 100644 (file)
@@ -35,7 +35,9 @@ prove: all
 
 
 %$(EXEEXT): %.cc
-       $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
+       $(LINK.cc) $< $(LOADLIBES) $(LDLIBS) -o $@
+
+driver$(EXEEXT): $CLASSNAME$.cc
 
 .PHONY: all clean distclean run test prove
 
This page took 0.026512 seconds and 4 git commands to generate.