blob: 222f290746c89084c2a2fd82d1ee7c84195552c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- src/clit18/Makefile.old 2004-07-04 16:52:14.000000000 +0000
+++ src/clit18/Makefile 2019-01-15 17:13:44.510000000 +0000
@@ -1,9 +1,9 @@
all: clit
-CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
+CFLAGS=-funsigned-char -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
+ $(CC) $(LDFLAGS) -o clit $^ -ltommath
|