#
# login lightbar v1.12 util-linux enhancements
# The real makefile is in the source directory if you need to edit
# configuration elements like libraries included and options while
# compiling.
#

all:
	@cd source
	@make -C source/

install:
	@cd source
	@make -C source/ install

clean:
	@cd source
	@make -C source/ clean

login:
	@cd source
	@make -C source/ login
