clean makefile

This commit is contained in:
Guillaume Castagnino 2015-11-01 12:27:54 +01:00
parent a7319529c4
commit 7a79230324
1 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,4 @@
BIN_PATH=@prefix@/bin
SHARE_PATH=@prefix@/share/fookb
MAN_PATH=@prefix@/man/man1
# FLAGS=-Wall -g -DDEBUG @DEFS@
FLAGS=-Wall -Werror @DEFS@
@ -53,6 +51,4 @@ hyperpiperclean: hyperclean
install: fookb
mkdir -p ${BIN_PATH}
mkdir -p ${SHARE_PATH}
mkdir -p ${MAN_PATH}
install -m0755 fookb ${BIN_PATH}