Compare commits
No commits in common. "bfb8fb345f33683ba25d2f15366d3934637ba738" and "3090e7b431f1d640ba4b02ec1527cf89d509d4bc" have entirely different histories.
bfb8fb345f
...
3090e7b431
13
.vscode/c_cpp_properties.json
vendored
13
.vscode/c_cpp_properties.json
vendored
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Linux",
|
|
||||||
"includePath": [
|
|
||||||
"${workspaceFolder}/**"
|
|
||||||
],
|
|
||||||
"defines": [],
|
|
||||||
"intelliSenseMode": "linux-gcc-x64"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": 4
|
|
||||||
}
|
|
58
.vscode/settings.json
vendored
58
.vscode/settings.json
vendored
@ -1,61 +1,5 @@
|
|||||||
{
|
{
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"cstdarg": "cpp",
|
"cstdarg": "cpp"
|
||||||
"string": "cpp",
|
|
||||||
"array": "cpp",
|
|
||||||
"atomic": "cpp",
|
|
||||||
"bit": "cpp",
|
|
||||||
"*.tcc": "cpp",
|
|
||||||
"cctype": "cpp",
|
|
||||||
"charconv": "cpp",
|
|
||||||
"clocale": "cpp",
|
|
||||||
"compare": "cpp",
|
|
||||||
"concepts": "cpp",
|
|
||||||
"cstddef": "cpp",
|
|
||||||
"cstdint": "cpp",
|
|
||||||
"cstdio": "cpp",
|
|
||||||
"cstdlib": "cpp",
|
|
||||||
"ctime": "cpp",
|
|
||||||
"cwchar": "cpp",
|
|
||||||
"cwctype": "cpp",
|
|
||||||
"unordered_map": "cpp",
|
|
||||||
"vector": "cpp",
|
|
||||||
"exception": "cpp",
|
|
||||||
"algorithm": "cpp",
|
|
||||||
"functional": "cpp",
|
|
||||||
"iterator": "cpp",
|
|
||||||
"memory": "cpp",
|
|
||||||
"memory_resource": "cpp",
|
|
||||||
"optional": "cpp",
|
|
||||||
"random": "cpp",
|
|
||||||
"string_view": "cpp",
|
|
||||||
"system_error": "cpp",
|
|
||||||
"tuple": "cpp",
|
|
||||||
"type_traits": "cpp",
|
|
||||||
"utility": "cpp",
|
|
||||||
"initializer_list": "cpp",
|
|
||||||
"iosfwd": "cpp",
|
|
||||||
"iostream": "cpp",
|
|
||||||
"istream": "cpp",
|
|
||||||
"limits": "cpp",
|
|
||||||
"new": "cpp",
|
|
||||||
"numbers": "cpp",
|
|
||||||
"ostream": "cpp",
|
|
||||||
"ranges": "cpp",
|
|
||||||
"span": "cpp",
|
|
||||||
"stdexcept": "cpp",
|
|
||||||
"streambuf": "cpp",
|
|
||||||
"typeinfo": "cpp",
|
|
||||||
"variant": "cpp",
|
|
||||||
"cmath": "cpp",
|
|
||||||
"condition_variable": "cpp",
|
|
||||||
"cstring": "cpp",
|
|
||||||
"format": "cpp",
|
|
||||||
"mutex": "cpp",
|
|
||||||
"ratio": "cpp",
|
|
||||||
"semaphore": "cpp",
|
|
||||||
"stop_token": "cpp",
|
|
||||||
"text_encoding": "cpp",
|
|
||||||
"thread": "cpp"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
9
Makefile
9
Makefile
@ -33,11 +33,4 @@ clean:
|
|||||||
full_clean:
|
full_clean:
|
||||||
@rm -rf $(BUILD_DIR)/* && rm -rf $(OUTPUT_DIR)/*
|
@rm -rf $(BUILD_DIR)/* && rm -rf $(OUTPUT_DIR)/*
|
||||||
|
|
||||||
.PHONY: all clean help
|
.PHONY: all clean
|
||||||
|
|
||||||
help:
|
|
||||||
@echo "usage as follows:\n"\
|
|
||||||
"make all\t--> compiler all and run\n"\
|
|
||||||
"make run\t--> make and run\n"\
|
|
||||||
"make clean\t--> make clean the compiling stuff\n"\
|
|
||||||
"make full_clean\t--> rm all make related files\n"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user