diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 09:05:17 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 09:07:31 +0200 |
commit | bfcc735f1a64ea1e68261352539866f73c73f813 (patch) | |
tree | 1623b0a3236773b65b845da5dc458676ae3907e7 /.gitignore | |
parent | Makefile: move the prelude to prelude.mk (diff) | |
download | privilege-check-bfcc735f1a64ea1e68261352539866f73c73f813.tar.gz privilege-check-bfcc735f1a64ea1e68261352539866f73c73f813.zip |
update cmake-common
Also, change the build directory to build/.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -/.build/ +/build/ *.aps |