From c94026c430a89cc2e62580fb7f7f6dd4b101a12c Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Fri, 4 Nov 2016 14:32:08 +0100 Subject: Add runfd to default build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffb3f6b..a240564 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC = cc CFLAGS = -O2 -Wall -Wextra -Werror -pedantic -std=c99 -all: newbatch createspool batchd +all: newbatch createspool batchd runfd newbatch: newbatch.c $(CC) -o newbatch $(CFLAGS) newbatch.c -- cgit v1.2.3