ref: 107ca1b42d099d74cd033be7f363b92d4ff29e3c
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