removed unnecessary depend and made README more readable

master
Rachel Lambda Samuelsson 2021-01-27 17:32:49 +01:00
parent a770f81a1b
commit a5bb093dee
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.POSIX:
include config.mk
all: mpdart config.mk
all: mpdart
mpdart: mpdart.c
$(CC) $(CONFIG) $(CFLAGS) $(CXXFLAGS) -o $@ mpdart.c
clean:

2
README
View File

@ -9,7 +9,7 @@ depends
libX11
libmpdclient
libim2
pkg-config (optional build time dependency, without it one might need to change the generated config.mk manually)
pkg-config (optional build time dependency)
building
--------