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