mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-30 17:25:59 +02:00
18 lines
161 B
Makefile
18 lines
161 B
Makefile
#
|
|
# Makefile.fpc for MD5 checksum.
|
|
#
|
|
|
|
[package]
|
|
name=md5
|
|
version=1.9.0
|
|
|
|
[target]
|
|
units=md5
|
|
examples=md5test
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|