1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/libshhopt/files/Makefile

9 lines
151 B
Makefile
Raw Normal View History

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