CC = gcc
CFLAGS = -Os -fomit-frame-pointer
LDLIBS = -lcrypt

all: gen-crypt

clean:
	rm -f gen-crypt
