Remove LIBS from Makefile
This commit is contained in:
parent
7fb42381ee
commit
67aff36500
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ OBJS = $(SRC:.c=.o)
|
|||
$(CC) -o $@ $(CFLAGS) -c $<
|
||||
|
||||
$(TARGET): $(OBJS) config.h
|
||||
$(CC) -o $@ $(OBJS) $(LIBS)
|
||||
$(CC) -o $@ $(OBJS)
|
||||
|
||||
dist:
|
||||
mkdir -p $(TARGET)-$(VERSION)
|
||||
|
|
Loading…
Reference in a new issue