From 93107ebd417e75efed4e2173feeea1030ce6cd02 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 3 May 2021 23:44:36 +0200 Subject: improved parsing for ascii stl and added sample file for testing --- service/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'service/src/Makefile') diff --git a/service/src/Makefile b/service/src/Makefile index 73cc507..6b981a2 100644 --- a/service/src/Makefile +++ b/service/src/Makefile @@ -1,3 +1,4 @@ +CFLAGS = -g -I . .PHONY: all clean @@ -7,7 +8,7 @@ clean: rm -f printdoc *.o %.o: %.c %.h - $(CC) -c -o $@ $< -I . + $(CC) -c -o $@ $< $(CFLAGS) $(LDLIBS) printdoc: printdoc.c stlfile.o util.o $(CC) -o $@ $^ $(CFLAGS) $(LDLIBS) -- cgit v1.2.3-71-gd317