blob: 257fe322599376691c81046b82b5a89f35b1b544 [file] [log] [blame]
default:
@echo "Please specify a make target: install, clean, version."
clean:
rm -f `find . -name \*~`
# Get the version from usr/sbin/laptop_mode.
VERSION :=$(shell cat usr/sbin/laptop_mode | grep "LMTVERSION=" | sed 's/LMTVERSION=//g')
version:
@echo $(VERSION)
install:
./install.sh