X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=Makefile;h=3226da67427bbb747d1f3c6e9a9acc61e2e49d4f;hp=96be00e5c58b256b9a42db9845f07e11588cbf5e;hb=5586e3330c5c904a921dd4a9fb55cfa27a2cab9f;hpb=2a5da5d55db1559b908978b08f381ec92c60a8f8 diff --git a/Makefile b/Makefile index 96be00e..3226da6 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ sources_using_moz_unstable := \ link_iterator.cpp null_prompt_service.cpp style_sheets.cpp videolink.cpp videolink : $(cxxsources:%.cpp=.objs/%.o) $(csources:%.c=.objs/%.o) - $(CXX) $(LDFLAGS) -o $@ $^ + $(CXX) $^ $(LDFLAGS) -o $@ clean : rm -rf .objs