@@ -0,0 +1,10 @@
include config.mk
all:
$(CC) src/ecrypt.c $(CFLAGS) $(LDFLAGS) -lecrypt -o src/ecrypt
install:
install src/ecrypt $(PREFIX)/bin
clean:
rm src/ecrypt
The note is not visible to the blocked user.