mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
ptrude/: path extrusion, work in progress
This commit is contained in:
13
ptrude/Makefile
Normal file
13
ptrude/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
CFLAGS = -Wall -g
|
||||
LDFLAGS = -lm
|
||||
OBJS = ptrude.o path.o
|
||||
|
||||
.PHONY: clean try
|
||||
|
||||
ptrude: $(OBJS)
|
||||
|
||||
try: ptrude
|
||||
./ptrude <try | tee out
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS)
|
||||
Reference in New Issue
Block a user