include config.mk all: $(CC) src/ecrypt.c $(CFLAGS) $(LDFLAGS) -lecrypt -o src/ecrypt install: install src/ecrypt $(PREFIX)/bin clean: rm src/ecrypt