CFLAGS=-Wall -Wextra -Werror -std=c99 -pedantic -O3 -s backlight-control: main.c $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)