変数名の変更
[makefiles.git] / R_mk / Makefile
index fcec929..6ef00fc 100644 (file)
@@ -10,7 +10,7 @@ TARGETS := $(subst .R,.pdf,$(wildcard *.R))
 
 .PHONY: all clean distclean
 
-all: $(TARGETS)
+all: $(RTARGETS)
 
 include R.mk