blob: f883c3b7c82c2d73a9991db05be1bad9687c11db [file] [log] [blame]
CFLAGS += -w -O
LDFLAGS +=
SRCS=$(wildcard *.c)
TARGETS=$(patsubst %.c,%,$(SRCS))
all: $(TARGETS)
install:
ln -f rpc01 ../../../bin
clean:
rm -f $(TARGETS)