Changeset 420 for trunk/Jgraph/makefile


Ignore:
Timestamp:
02/27/08 07:13:31 (16 years ago)
Author:
Nicholas Riley
Message:

Jgraph: my changes - ANSIfication, few minor bug fixes; works on OS X 10.5 now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jgraph/makefile

    r419 r420  
    77# jgraph.1 to be the directory containing the example jgraphs.
    88
    9 CC = cc
     9CC = gcc -DLCC -Wall
    1010
    1111OBJS = draw.o \
     
    9494token.o: token.c list.h
    9595clean:
    96         rm -f *.o a.out *.jps jgraph
     96        rm -f *.o a.out *.jps *.eps jgraph sin
Note: See TracChangeset for help on using the changeset viewer.