1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2025-04-21 12:27:27 +03:00

ptrude/: added (overly, this far) simple extruder

This commit is contained in:
Werner Almesberger
2011-07-29 14:32:40 -03:00
parent 3dcd5cc9aa
commit c202eda676
6 changed files with 235 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
SHELL = /bin/bash
MAIN = ptrude
OBJS = $(MAIN).o path.o
OBJS = $(MAIN).o path.o extrude.o
CFLAGS = -Wall -g -Wshadow -Wmissing-prototypes \
-Wmissing-declarations -Wno-format-zero-length