mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
I don't know of any UNIX make(1) that does not define a useful $(CC).
This commit is contained in:
parent
63017bf18a
commit
f996910587
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42091
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PREFIX = /usr/local
|
||||
LIBDIR = $(PREFIX)/lib
|
||||
INCDIR = $(PREFIX)/include
|
||||
|
||||
CC = gcc
|
||||
|
||||
example:
|
||||
$(CC) -o example example.c -I$(INCDIR) -L$(LIBDIR) -lshhopt
|
||||
|
|
Loading…
Add table
Reference in a new issue