Skip to content

Commit

Permalink
Makefile can generate the calibration file
Browse files Browse the repository at this point in the history
  • Loading branch information
josefprusa committed Jan 13, 2011
1 parent e27cfba commit 204da44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -13,6 +13,7 @@ TARGETS=$(PARTS)
help:
@echo Options:
@echo make all: makes the parts, the makerbot plates, the mendel plate and the extruder
@echo make calibration: makes calibration part
@echo make parts: makes all the individual parts
@echo make extruder: makes all the extruder parts
@echo make mbplates: makes all the makerbot plates
Expand All @@ -21,6 +22,7 @@ help:
@echo adding VARIANT=1 to any of these commands generates SAE parts
@echo SAE parts get saved in ./stl-sae, metric parts in ./stl
all: parts mbplates mendelplate extruder
calibration: $(TARGET)/calibration.stl $(TARGET)/calibration.stl
extruder: $(TARGET)/wade.stl $(TARGET)/wadebits.stl
mendelplate: parts extruder $(TARGET)/mendelplate.stl
$(TARGET)/mendelplate.stl: plate1.scad parts
Expand Down

0 comments on commit 204da44

Please sign in to comment.