Subversion Repositories general

Rev

Rev 1141 | Rev 1156 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

SRCS=rebootdaemon.c
BIN=rebootdaemon
RES=$(BIN)

rebootdaemon: $(SRCS)
        cc -Wall -o $(BIN) $(SRCS)

clean:
        rm -f $(RES)