Split some common code into a separate "tools" file
[svpe-tools.git] / Makefile
blobd5bb2ccf966403ae51c307bac1f13bbddb6e322f
1 CC = gcc
2 CFLAGS = -DLARGE_FILES -D_FILE_OFFSET_BITS=64 -Wall -W -O2
3 LDFLAGS = -lcrypto
5 all: negentig
7 negentig: negentig.o tools.o
9 clean:
10 -rm -f negentig negentig.o tools.o