diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,12 +15,12 @@ all: $(STL_TARGETS) gcode: $(GCODE_TARGETS) -$(BUILDDIR)/%.stl: %.scad +$(BUILDDIR)/%.stl: %.scad lib/ mkdir -p ${BUILDDIR} - openscad -o $@ $^ + openscad -o $@ $< $(BUILDDIR)/%.gcode: %.stl - ${SLIC3R} --load ${CONFDIR}/dice.ini $^ + ${SLIC3R} --load ${CONFDIR}/dice.ini $< clean: rm -f ${BUILDDIR}/*.stl ${BUILDDIR}/*.gcode |
