Changeset 159 for trunk/Makefile


Ignore:
Timestamp:
12/06/09 15:09:01 (14 years ago)
Author:
tim
Message:

began rearranging data parsing. Moved charater set conversion and basic parsing logic into regfi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r147 r159  
    1111
    1212CC=gcc
    13 OPTS=-std=gnu89 -pedantic -Wall -ggdb
    14 #OPTS=-std=gnu89 -pedantic -Wall
     13OPTS=-std=gnu99 -pedantic -Wall -ggdb
     14#OPTS=-std=gnu99 -pedantic -Wall
    1515INC:=-I$(PWD)/include -I/usr/local/include
    1616LIB=-L/usr/local/lib -lm
Note: See TracChangeset for help on using the changeset viewer.