Update Makefile
This commit is contained in:
parent
b589296455
commit
80140fa867
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -8,10 +8,7 @@ BINDIR = $(PREFIX)/bin
|
||||||
MANDIR = $(PREFIX)/share/man/man1
|
MANDIR = $(PREFIX)/share/man/man1
|
||||||
PKG_CONFIG = pkg-config
|
PKG_CONFIG = pkg-config
|
||||||
|
|
||||||
PKGS = libsodium
|
CFLAGS += -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE
|
||||||
LIBS != $(PKG_CONFIG) --libs $(PKGS)
|
|
||||||
INCS != $(PKG_CONFIG) --cflags $(PKGS)
|
|
||||||
CFLAGS += -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE $(INCS)
|
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) -o $@ $(CFLAGS) -c $<
|
$(CC) -o $@ $(CFLAGS) -c $<
|
||||||
|
|
Loading…
Reference in a new issue