summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-18 22:13:36 +0200
committerThomas Schmucker <ts@its1.de>2026-07-18 22:13:36 +0200
commit4a87707099e1cf79bfda2fa8228d25c73338fb18 (patch)
tree4cd1aa49434c7f7e305f94abae141154fe09445b /makefile
parente6e360a87ba7b67a7d894c91a8397616892ce420 (diff)
downloadscissor-master.tar.gz
scissor-master.tar.bz2
scissor-master.zip
compile-flags angepasstHEADmaster
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