aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
blob: 9db5e63de50d8ca8c841be96488e7cdf26eb04e9 (plain)
1
2
3
4
5
all:
	./parse-edids edid.*

new_MonitorsDB: edid.*
	for i in $^; do ../monitor-parse-edid --MonitorsDB $$i ; done > $@