Makefiles fixed en zo
This commit is contained in:
parent
70b64b601d
commit
91a678fccb
7 changed files with 55 additions and 7 deletions
|
@ -16,3 +16,6 @@ $(OUT): $(OBJ)
|
|||
$(CC) $(LIBS) -o $(OUT) $(OBJ)
|
||||
clean:
|
||||
rm -rf $(OBJ) $(OUT) Makefile.bak *~
|
||||
install: $(OUT)
|
||||
cp -f ./$(OUT) /usr/bin/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue