Changeset 147 for trunk/Makefile
- Timestamp:
- 02/22/09 14:31:52 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r145 r147 13 13 OPTS=-std=gnu89 -pedantic -Wall -ggdb 14 14 #OPTS=-std=gnu89 -pedantic -Wall 15 INC =-I/usr/local/include15 INC:=-I$(PWD)/include -I/usr/local/include 16 16 LIB=-L/usr/local/lib -lm 17 17 BIN_EXT=
Note: See TracChangeset
for help on using the changeset viewer.