Changeset 98 for trunk/Makefile
- Timestamp:
- 03/01/08 01:55:16 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r88 r98 13 13 OPTS=-std=gnu89 -pedantic -Wall 14 14 INC=-I/usr/local/include 15 LIB=-L/usr/local/lib 15 LIB=-L/usr/local/lib -lm 16 16 17 17 UNAME := $(shell uname)
Note: See TracChangeset
for help on using the changeset viewer.