diff options
| author | Dominik Kaiser | 2025-02-12 13:40:19 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-12 13:40:19 +0100 |
| commit | 195d8aa8ebdcb21a9b8cbf362879e53e7ef0c461 (patch) | |
| tree | 4625c5dd168771836fcf03a2a14c00d4d2926184 /ex06/Makefile | |
| parent | 92a665752945aa7731ad51fa66ecac768064c51e (diff) | |
| download | cpp01-main.tar.gz cpp01-main.zip | |
Diffstat (limited to 'ex06/Makefile')
| -rw-r--r-- | ex06/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ex06/Makefile b/ex06/Makefile index 2696d22..6e681b7 100644 --- a/ex06/Makefile +++ b/ex06/Makefile @@ -2,7 +2,7 @@ ################################## VARIABLES ################################### ################################################################################ -NAME := harl +NAME := harlFilter CC = c++ CFLAGS = -Wall -Wextra -Werror -std=c++17 |
