logo

badwolf

Unnamed repository; edit this file 'description' to name the repository.
commit: e0bb919f86f29c6e2f8affdee58e18c6ab0ce83e
parent: 153b98d12b15ccdd74fd072d65736c5d9df43c42
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  8 Jan 2019 07:02:24 +0100

Makefile: better intermal macro usage in badwolf target

Diffstat:

MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -2,7 +2,7 @@ LIBS = $(shell pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0) PREFIX ?= /usr/local badwolf: badwolf.c - $(CC) $(CFLAGS) $(LIBS) -o $@ $@.c + $(CC) $(CFLAGS) $(LIBS) -o $@ $< install: badwolf mkdir -p $(DESTDIR)$(PREFIX)/bin