diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-08 09:20:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-08 09:20:54 +0000 |
commit | c4d95267ac77c1eebc47668c6c77857fa8697703 (patch) | |
tree | d8eadc46c5ae4931fb5e8770810fecdac1283f9f /test/Makefile | |
parent | 4c81e799bf3915cf1515d4af703dd6e89133dc19 (diff) | |
download | monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.tar monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.tar.gz monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.tar.bz2 monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.tar.xz monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.zip |
add a rule to generate MonitorsDB-compatible entries
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 26feac1..9db5e63 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,2 +1,5 @@ all: ./parse-edids edid.* + +new_MonitorsDB: edid.* + for i in $^; do ../monitor-parse-edid --MonitorsDB $$i ; done > $@ |