blob: 1c6448b51c6e8af0595bb04119d5f643bc9097c8 [file] [log] [blame]
CFLAGS = -O2 -Wall -g -I../../include -fwrapv -fno-strict-aliasing
OBJS = gen-rht gen-enc decode
all: $(OBJS)
%: %.c
clean:
-rm -vf $(OBJS) *.o *.a *~