summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2015-07-27 13:13:25 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2015-07-27 13:13:25 +0200
commita73a90ad542c75ad366c3c8b27d006046f94ead5 (patch)
treeeb660c8440a29190cce73f4ed55f0ef0ddf253ed
parent3328d5cc31143ed95914be7a9ff10f3a40b1ce8c (diff)
Makefile: rebuild for lib changes
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ba4fafd..1f9d049 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,9 @@ all: $(STL_TARGETS)
gcode: $(GCODE_TARGETS)
-$(BUILDDIR)/%.stl: %.scad
+$(BUILDDIR)/%.stl: %.scad $(SRCDIR)/lib/*
mkdir -p ${BUILDDIR}
- openscad -o $@ $^
+ openscad -o $@ $<
$(BUILDDIR)/%.gcode: %.stl ${CONFDIR}/basic.ini
${SLIC3R} --load ${CONFDIR}/basic.ini $<