Ticket #16503: patch-makefile.diff
File patch-makefile.diff, 325 bytes (added by stevecheckoway (Stephen Checkoway), 16 years ago) |
---|
-
makefile
old new 6 6 # Also, before installing, you should change the string "JGRAPH_DIR" in 7 7 # jgraph.1 to be the directory containing the example jgraphs. 8 8 9 CC = gcc - LCC9 CC = gcc -DLCC -O3 10 10 11 11 OBJS = draw.o \ 12 12 edit.o \