From 88bc37b955d2a46e55c3ea870fd76846f8fe5fbc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 8 May 2020 23:27:30 +0200 Subject: Makefile: make work with bmake --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index f2a101e..4203428 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,10 @@ BINDIR=$(PREFIX)/bin MANDIR=$(PREFIX)/share/man hittpd: $(OBJ) + $(CC) $(LDFLAGS) -o $@ $(OBJ) $(LDLIBS) + +.c.o: + $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< all: $(ALL) -- cgit 1.4.1