Improved installing and makefiles

This commit is contained in:
Thulinma 2011-03-21 23:08:35 +01:00
parent 1fd2c6b7b7
commit 7711b0bbbd
2 changed files with 4 additions and 10 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/