diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2015-07-23 13:26:59 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2015-07-23 13:26:59 +0200 |
commit | 992b8b3eac7d00a5cb88c859efb05bfe6fbf68fb (patch) | |
tree | b23138ad537829c212d26c74a8bbd13f86db7f84 /Makefile | |
parent | 8c8528199b9241538292f7734d60f3ed9c514ef7 (diff) |
Improved Makefile and slic3r conf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,8 @@ $(BUILDDIR)/%.stl: %.scad mkdir -p ${BUILDDIR} openscad -o $@ $^ -$(BUILDDIR)/%.gcode: %.stl - ${SLIC3R} --load ${CONFDIR}/basic.ini $^ +$(BUILDDIR)/%.gcode: %.stl ${CONFDIR}/basic.ini + ${SLIC3R} --load ${CONFDIR}/basic.ini $< clean: rm -f ${BUILDDIR}/*.stl ${BUILDDIR}/*.gcode |