mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-19 11:30:51 +00:00
12 lines
210 B
Makefile
12 lines
210 B
Makefile
# CFLAGS = -w -i -G25 -v -DCHECK_STACK=1
|
|
# LDFLAGS = -l/usr/lib/gnulib -l/usr/lib/stack
|
|
|
|
CFLAGS = -w -i -O -s768
|
|
LDFLAGS = -l/usr/lib/gnulib -s768
|
|
|
|
all: tee
|
|
|
|
install:
|
|
cp -f tee /bin
|
|
cp -f tee.1 /usr/man/man1
|