]> mj.ucw.cz Git - edid.git/blob - Makefile
f2f96c9ab845f6266f99e180a4de812790681cf4
[edid.git] / Makefile
1 CC=gcc
2 LD=gcc
3 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
4
5 all: edid
6
7 clean:
8         rm -f *.o edid