mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-17 12:08:43 +00:00
11 lines
155 B
Makefile
11 lines
155 B
Makefile
#
|
|
# $Id: Makefile,v 1.2 1998/03/29 20:47:08 gdr-ftp Exp $
|
|
#
|
|
|
|
PROG = basename
|
|
BINDIR = /usr/bin
|
|
STACK *= 768
|
|
OPTIMIZE *= -1
|
|
|
|
.INCLUDE : /src/gno/prog.mk
|