all:
	gcc -lxosd osdbattery.c -o osdbattery
install:
	cp osdbattery /usr/bin/osdbattery
clean:
	rm -rf /usr/bin/osdbattery
	rm -rf osdbattery