aboutgitcodelistschat:MatrixIRC
path: root/eater/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eater/Makefile')
-rw-r--r--eater/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/eater/Makefile b/eater/Makefile
index 2e3db3f..2e08b1f 100644
--- a/eater/Makefile
+++ b/eater/Makefile
@@ -10,7 +10,7 @@
COMMON_DIR :=../common
SRCS := $(COMMON_DIR)/common.c eater.c
HEADERS := $(COMMON_DIR)/common.h
-BIN := $(OUTDIR)seitan-eater
+BIN := $(OUTDIR)/seitan-eater
CFLAGS += -Wall -Wextra -pedantic -I$(COMMON_DIR)
eater: $(SRCS) $(HEADERS)