a90617b627
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
345 B
Makefile
14 lines
345 B
Makefile
#############################################################
|
|
#
|
|
# stress - a workload generator
|
|
#
|
|
# http://weather.ou.edu/~apw/projects/stress/
|
|
#
|
|
#############################################################
|
|
|
|
STRESS_VERSION = 1.0.4
|
|
STRESS_SITE = http://weather.ou.edu/~apw/projects/stress
|
|
STRESS_AUTORECONF = YES
|
|
|
|
$(eval $(call AUTOTARGETS))
|