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