verification
This commit is contained in:
parent
eddfd42284
commit
635ad1a225
4 changed files with 38 additions and 4 deletions
2
makefile
2
makefile
|
|
@ -1,6 +1,6 @@
|
|||
CFLAGS = -g -lc++ -std=c++17
|
||||
|
||||
build/main: main.cpp sort.cpp buffer.hpp reader.hpp writer.hpp build
|
||||
build/main: main.cpp sort.cpp config.hpp buffer.hpp reader.hpp writer.hpp build
|
||||
clang $(CFLAGS) main.cpp -o build/main
|
||||
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue