summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/makefile b/makefile
index c5161ac..3715f91 100644
--- a/makefile
+++ b/makefile
@@ -5,8 +5,6 @@ include config.mk
5BIN=bin/srcut 5BIN=bin/srcut
6OBJS=obj/srcut.o 6OBJS=obj/srcut.o
7 7
8CPPFLAGS=-Wall -Werror -std=c++20 -pedantic -Iinclude -O2
9
10all: $(BIN) 8all: $(BIN)
11 9
12$(BIN): $(OBJS) | bin 10$(BIN): $(OBJS) | bin