summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-11-04 14:32:08 +0100
committerMarius Halden <marius.h@lden.org>2016-11-04 14:32:08 +0100
commitc94026c430a89cc2e62580fb7f7f6dd4b101a12c (patch)
tree7a4045dae2f7900832c497e11cfad5b3973dc4fc /Makefile
parentf18ab6648dffa456ee7c7d24045d88c89ef62a0e (diff)
downloadrunq-c94026c430a89cc2e62580fb7f7f6dd4b101a12c.tar.gz
runq-c94026c430a89cc2e62580fb7f7f6dd4b101a12c.tar.bz2
runq-c94026c430a89cc2e62580fb7f7f6dd4b101a12c.tar.xz
Add runfd to default build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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