aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-04-29 18:37:03 +0200
committerLouis Burda <quent.burda@gmail.com>2021-04-29 18:37:20 +0200
commit80b190c66dab551b75db790df86efaffe0f86671 (patch)
tree902a6d7f573c0970ebd7790e4f8a673c8741dbef /service/src/Makefile
parenta50aacd30adb87698eb775ef5c7615c65e57a11d (diff)
downloadenowars5-service-stldoctor-80b190c66dab551b75db790df86efaffe0f86671.tar.gz
enowars5-service-stldoctor-80b190c66dab551b75db790df86efaffe0f86671.zip
fixed Makefile and extended ascii parsing structure
Diffstat (limited to 'service/src/Makefile')
-rw-r--r--service/src/Makefile2
1 files changed, 1 insertions, 1 deletions
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)