Fix Makefile
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user