From 80b190c66dab551b75db790df86efaffe0f86671 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 29 Apr 2021 18:37:03 +0200 Subject: fixed Makefile and extended ascii parsing structure --- service/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/src/Makefile') diff --git a/service/src/Makefile b/service/src/Makefile index 15f98e4..73cc507 100644 --- a/service/src/Makefile +++ b/service/src/Makefile @@ -9,5 +9,5 @@ clean: %.o: %.c %.h $(CC) -c -o $@ $< -I . -printdoc: printdoc.c stlfile.o +printdoc: printdoc.c stlfile.o util.o $(CC) -o $@ $^ $(CFLAGS) $(LDLIBS) -- cgit v1.2.3-71-gd317