doc/examples: remove explicit rules.
These rules are already in gmake builtins.
This commit is contained in:
@@ -24,12 +24,6 @@ OBJS=$(addsuffix .o,$(EXAMPLES))
|
|||||||
decoding_encoding: LDLIBS += -lm
|
decoding_encoding: LDLIBS += -lm
|
||||||
muxing: LDLIBS += -lm
|
muxing: LDLIBS += -lm
|
||||||
|
|
||||||
%: %.o
|
|
||||||
$(CC) $< $(LDLIBS) -o $@
|
|
||||||
|
|
||||||
%.o: %.c
|
|
||||||
$(CC) $< $(CFLAGS) -c -o $@
|
|
||||||
|
|
||||||
.phony: all clean
|
.phony: all clean
|
||||||
|
|
||||||
all: $(OBJS) $(EXAMPLES)
|
all: $(OBJS) $(EXAMPLES)
|
||||||
|
Reference in New Issue
Block a user