aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 005f1a92f97637fb2cd2c70c4c74254378cddd20 (plain)
1
2
3
4
5
6
7
8
all: brightnessd


brightnessd: brightnessd.o

.PHONY: all clean
clean:
	-rm -vf brightnessd{,.o}