Changeset 73 for trunk/Makefile
- Timestamp:
- 07/30/06 21:15:56 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r67 r73 12 12 CC=gcc 13 13 OPTS=-std=gnu89 -pedantic -Wall 14 INC=-I/usr/local/include 15 LIB=-L/usr/local/lib 16 17 UNAME := $(shell uname) 18 ifeq ($(UNAME),FreeBSD) 19 LIB=$(LIB) -liconv 20 endif 14 21 15 22 BUILD=$(CURDIR)/build
Note: See TracChangeset
for help on using the changeset viewer.