mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
8 lines
155 B
Makefile
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
|