ref: b29e414bc64537c9af8d5ebd8f73775bceaa5fa2
dir: /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