diff options
author | Marius Halden <marius.h@lden.org> | 2016-11-04 14:32:08 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-11-04 14:32:08 +0100 |
commit | c94026c430a89cc2e62580fb7f7f6dd4b101a12c (patch) | |
tree | 7a4045dae2f7900832c497e11cfad5b3973dc4fc /Makefile | |
parent | f18ab6648dffa456ee7c7d24045d88c89ef62a0e (diff) | |
download | runq-c94026c430a89cc2e62580fb7f7f6dd4b101a12c.tar.gz runq-c94026c430a89cc2e62580fb7f7f6dd4b101a12c.tar.bz2 runq-c94026c430a89cc2e62580fb7f7f6dd4b101a12c.tar.xz |
Add runfd to default build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |