Olive.Hash/tests/Makefile.fpc

24 lines
224 B
Makefile
Raw Normal View History

2017-02-27 21:10:14 -08:00
#
# Makefile.fpc for hash units example
#
[target]
programs=MDTest GeneratePascalShaHashes
[require]
packages=
[install]
fpcpackage=y
[compiler]
2017-03-01 16:22:02 -08:00
options=-Fu"..;../HashLib/HashLib/src/*"
2017-02-27 21:10:14 -08:00
[default]
fpcdir=${FPCDIR}