From 3d8f04a5577e0556f5be50398db232a407b4ae82 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 25 Aug 2018 01:24:50 -0400 Subject: Add .o rule for BSD make --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 04fa105..9199a7b 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ OBJS = $(BINS:%=%.o) all: tags $(BINS) +.o: + $(CC) $(LDFLAGS) $< $(LDLIBS) -o $@ + $(OBJS): torus.h client.o: help.h -- cgit 1.4.1