summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc1e80bc..0f9af691 100644
--- a/Makefile
+++ b/Makefile
@@ -197,6 +197,8 @@ $(OBJDIR)/%.o: pdf/%.c
$(CC_CMD)
$(OBJDIR)/%.o: xps/%.c
$(CC_CMD)
+$(OBJDIR)/%.o: scripts/%.c
+ $(CC_CMD)
$(OBJDIR)/%.o: $(GENDIR)/%.c
$(CC_CMD)