X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fvimcoder;a=blobdiff_plain;f=src%2Fcom%2Fdogcows%2Fresources%2FC%2B%2BMakefile;fp=src%2Fcom%2Fdogcows%2Fresources%2FC%2B%2BMakefile;h=84ed692d9d4ed9234664e36ad7583a3b55705931;hp=79332f1d570ebab878357045eb73d44472a44663;hb=ceb85143679bd2fdc5d39e354c440a329dbc9a2b;hpb=ee47706210f438ee6dfaa9356d243b3295c01b29 diff --git a/src/com/dogcows/resources/C++Makefile b/src/com/dogcows/resources/C++Makefile index 79332f1..84ed692 100644 --- a/src/com/dogcows/resources/C++Makefile +++ b/src/com/dogcows/resources/C++Makefile @@ -35,7 +35,7 @@ prove: all %$(EXEEXT): %.cc - $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ + $(LINK.cc) $< $(LOADLIBES) $(LDLIBS) -o $@ driver$(EXEEXT): $CLASSNAME$.cc