mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-02-08 09:30:45 +00:00
11 lines
154 B
Makefile
11 lines
154 B
Makefile
#
|
|
# $Id: Makefile,v 1.2 1998/03/29 20:46:14 gdr-ftp Exp $
|
|
#
|
|
|
|
PROG = dirname
|
|
BINDIR = /usr/bin
|
|
STACK *= 768
|
|
OPTIMIZE *= -1
|
|
|
|
.INCLUDE : /src/gno/prog.mk
|