Makefiles fixed en zo

This commit is contained in:
Thulinma 2011-02-14 21:44:06 +01:00
parent 70b64b601d
commit 91a678fccb
7 changed files with 55 additions and 7 deletions

View file

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