summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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