diff --git a/tiah05c/Makefile b/tiah05c/Makefile index a914fc4..df4c3f7 100644 --- a/tiah05c/Makefile +++ b/tiah05c/Makefile @@ -23,7 +23,7 @@ all: .cc: @echo compiling $(SRC) . - @$(CC) $(LIBS) $(SRC) -o$(PRGFILE) + @$(CC) $(SRC) $(LIBS) -o$(PRGFILE) install: @install -s -g users -m 755 -o root $(PRGFILE) $(INSTPATH)