diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -5,8 +5,6 @@ include config.mk | |||
| 5 | BIN=bin/srcut | 5 | BIN=bin/srcut |
| 6 | OBJS=obj/srcut.o | 6 | OBJS=obj/srcut.o |
| 7 | 7 | ||
| 8 | CPPFLAGS=-Wall -Werror -std=c++20 -pedantic -Iinclude -O2 | ||
| 9 | |||
| 10 | all: $(BIN) | 8 | all: $(BIN) |
| 11 | 9 | ||
| 12 | $(BIN): $(OBJS) | bin | 10 | $(BIN): $(OBJS) | bin |
