1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/libshhopt/files/Makefile
Steve Price 26bb1d1729 Import of libshhopt version 1.1.4.
A library for parsing command line options.

PR:		6331
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-04-03 01:15:54 +00:00

9 lines
151 B
Makefile

PREFIX = /usr/local
LIBDIR = $(PREFIX)/lib
INCDIR = $(PREFIX)/include
CC = gcc
example:
$(CC) -o example example.c -I$(INCDIR) -L$(LIBDIR) -lshhopt