*** ./clit18/Makefile 2004-07-04 16:52:14.000000000 -0400 --- ./clit18/Makefile 2009-12-31 09:24:51.000000000 -0500 *************** *** 1,9 **** all: clit ! CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I . clean: rm -f *.o clit clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a ! gcc -o clit $^ ../libtommath-0.30/libtommath.a --- 1,9 ---- all: clit ! CFLAGS=-funsigned-char -Wall -O3 -I/usr/include -I../lib -I../lib/des -I. clean: rm -f *.o clit clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a ! gcc -o clit $^ -ltommath