Subversion Repositories general

Rev

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

Rev Author Line No. Line
1144 dev 1
SRCS=rebootdaemon.c
2
BIN=rebootdaemon
3
RES=$(BIN)
1141 dev 4
 
1144 dev 5
rebootdaemon: $(SRCS)
6
	cc -Wall -o $(BIN) $(SRCS)
7
 
8
clean:
9
	rm -f $(RES)
10