Browse Source

remove obsolete targets from makefile

git.mgm/mediaproxy-ng/2.1
Richard Fuchs 14 years ago
parent
commit
5d1410c61a
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      daemon/Makefile

+ 0
- 6
daemon/Makefile View File

@ -41,11 +41,5 @@ clean:
mediaproxy-ng: $(OBJS) .depend
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
aux-test: aux.o aux-test.o .depend
$(CC) $(CFLAGS) -o $@ aux-test.o aux.o $(LDFLAGS)
poller-test: poller.o poller-test.o aux.o .depend
$(CC) $(CFLAGS) -o $@ poller-test.o poller.o aux.o $(LDFLAGS)
include .depend

Loading…
Cancel
Save