Subversion Repositories general

Rev

Rev 1141 | Rev 1156 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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