diff options
-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 |