mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
9818323355
Take contrib.h out of system include directory rather than the GNO source build directories.
12 lines
213 B
Makefile
12 lines
213 B
Makefile
#
|
|
# $Id: Makefile,v 1.3 1999/01/07 07:50:10 gdr-ftp Exp $
|
|
#
|
|
|
|
PROG = rmdir
|
|
|
|
# Add -D__STACK_CHECK__ to CFLAGS to get stack usage information
|
|
LDFLAGS += -l/usr/lib/libcontrib
|
|
STACK = 768
|
|
|
|
.INCLUDE: /src/gno/prog.mk
|