Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/src/ape/lib/openssl/demos/sign/Makefile
CC=cc CFLAGS= -g -I../../include -Wall LIBS= -L../.. -lcrypto EXAMPLES=sign all: $(EXAMPLES) sign: sign.o $(CC) -o sign sign.o $(LIBS) clean: rm -f $(EXAMPLES) *.o test: all ./sign