Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1144 → Rev 1141

/rebootdaemon/trunk/Makefile
1,10 → 1,2
SRCS=rebootdaemon.c
BIN=rebootdaemon
RES=$(BIN)
rebootdaemon : rebootdaemon.c
 
rebootdaemon: $(SRCS)
cc -Wall -o $(BIN) $(SRCS)
 
clean:
rm -f $(RES)