Ticket #24020: patch-makefile.diff

File patch-makefile.diff, 330 bytes (added by brett.higgins@…, 14 years ago)

Replacement makefile patch with added flag.

  • makefile

    old new  
    66# Also, before installing, you should change the string "JGRAPH_DIR" in
    77# jgraph.1 to be the directory containing the example jgraphs.
    88
    9 CC = gcc -LCC
     9CC = gcc -DLCC -O3 -m32
    1010
    1111OBJS = draw.o \
    1212                edit.o \