X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=R_mk%2FMakefile;h=6ef00fc8881f6613b66d5abc8fa875f031e1e0f1;hb=f23677e78d4283bccb1d22f0558a75b03cbce4a1;hp=fcec929cd4779459e7ca84edf0d237a9d4c1021d;hpb=addbf3540829f63cb3f30537fdb197f160e7b2de;p=makefiles.git diff --git a/R_mk/Makefile b/R_mk/Makefile index fcec929..6ef00fc 100644 --- a/R_mk/Makefile +++ b/R_mk/Makefile @@ -10,7 +10,7 @@ TARGETS := $(subst .R,.pdf,$(wildcard *.R)) .PHONY: all clean distclean -all: $(TARGETS) +all: $(RTARGETS) include R.mk