summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/hash/examples/Makefile.fpc
blob: 285ac70250e4a99802c10a0187a836c52eacfc6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#  Makefile.fpc for hash units example
#

[target]
programs=mdtest crctest sha1test

[require]
packages=hash

[install]
fpcpackage=y

[default]
fpcdir=../../..