Fix Makefile

This commit is contained in:
Joe Tretter
2019-12-18 15:00:09 -06:00
parent e4f468da4b
commit efdcfe7429

View File

@@ -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)