ports/devel/libshhopt/files/Makefile
Antoine Brodin a0dc177773 - Unbreak on current
- Trim  Makefile header

Approved by:	miwi, eadler (mentors, implicit)
2013-05-30 18:09:52 +00:00

8 lines
155 B
Makefile

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