Changeset 141 for trunk/Makefile


Ignore:
Timestamp:
02/09/09 21:35:24 (15 years ago)
Author:
tim
Message:

improved details of an error message
turned off debugging symbols in Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r111 r141  
    1111
    1212CC=gcc
    13 OPTS=-std=gnu89 -pedantic -Wall -ggdb
     13#OPTS=-std=gnu89 -pedantic -Wall -ggdb
     14OPTS=-std=gnu89 -pedantic -Wall
    1415INC=-I/usr/local/include
    1516LIB=-L/usr/local/lib -lm
Note: See TracChangeset for help on using the changeset viewer.