1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-03-28 17:59:55 +01:00

Fix Makefile to support submodule setups (#329)

This commit is contained in:
Leonardo Eugênio 2023-02-18 06:33:20 -03:00 committed by GitHub
parent d9ac320dd0
commit 1f0a47b359
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,8 @@ wayland: bemenu-renderer-wayland.so
# support non git builds
.git/index:
mkdir -p .git
[ -f .git ] && exit; \
mkdir -p .git; \
touch .git/index
%.a: