ref: abb18ee9881bf8bee6b64dadd964b7dcc1c58af7
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