[improve] Move the makefile into the prolect scope
This commit is contained in:
parent
a86f296efc
commit
f3b2844966
4 changed files with 494 additions and 16 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,6 +1,3 @@
|
|||
*.o
|
||||
dwm
|
||||
|
||||
### C template
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
@ -61,10 +58,10 @@ CMakeCache.txt
|
|||
CMakeFiles
|
||||
CMakeScripts
|
||||
Testing
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
install_manifest.txt
|
||||
compile_commands.json
|
||||
CTestTestfile.cmake
|
||||
_deps
|
||||
|
||||
build/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue