Newer
Older
WickedDocs / Crypto / Base64 / Makefile
@John Ryland John Ryland on 15 Dec 2015 160 bytes Start base64
TARGET       = tests
SOURCES      = Base64.cpp main.cpp

include ../../Makefile.inc

test-report.txt: $(TARGET_BINARY)
	./$(TARGET_BINARY) >> test-report.txt