Newer
Older
Import / applications / MakePDF / Crypto / Base64 / Makefile
@John Ryland John Ryland on 22 Dec 2020 160 bytes import NUC files
TARGET       = tests
SOURCES      = Base64.cpp main.cpp

include ../../Makefile.inc

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