all: test-1

lsbench: test-1.c
	gcc -Wall -g lsbench.c error.c homedir.c-o test-1
clean:
	rm -f test-1
uninstall:
	rm -f /usr/bin/test-1
install:
	cp test-1 /usr/bin/
