Rev 1141 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
SRCS=rebootdaemon.c
BIN=rebootdaemon
RES=$(BIN)
rebootdaemon : rebootdaemon.c
rebootdaemon: $(SRCS)
cc -Wall -o $(BIN) $(SRCS)
clean:
rm -f $(RES)