start-stop-daemon: start-stop-daemon.c
	gcc -Wall -Wextra -Wno-return-type -o $@ $<

clean:
	rm start-stop-daemon
