Fixed syntax error
authorvlnofka <vlnofka@gmail.com>
Thu, 7 Jun 2012 21:48:45 +0000 (23:48 +0200)
committervlnofka <vlnofka@gmail.com>
Thu, 7 Jun 2012 21:48:45 +0000 (23:48 +0200)
Makefile

index 38e515b..59d06dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,5 +10,5 @@ STL_FILES = $(STL_FILES_1:%.scad=%.stl)
 all: $(STL_FILES)
 
 output/%.stl: %.scad $(INCLUDES) configuration.scad
-    mkdir -p output
+       mkdir -p output
        openscad -o $@ $<