From 130fc6d97bce96bc042bdaa6329b82d00f6316d5 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 17 May 2021 21:23:49 +0200 Subject: renamed to STLDoctor --- service/src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'service/src/Makefile') diff --git a/service/src/Makefile b/service/src/Makefile index 6b981a2..c46988a 100644 --- a/service/src/Makefile +++ b/service/src/Makefile @@ -2,13 +2,13 @@ CFLAGS = -g -I . .PHONY: all clean -all: printdoc +all: stldoctor clean: - rm -f printdoc *.o + rm -f stldoctor *.o %.o: %.c %.h $(CC) -c -o $@ $< $(CFLAGS) $(LDLIBS) -printdoc: printdoc.c stlfile.o util.o +stldoctor: main.c stlfile.o util.o $(CC) -o $@ $^ $(CFLAGS) $(LDLIBS) -- cgit v1.2.3-71-gd317