mirror of
https://github.com/Cloudef/bemenu
synced 2024-11-23 01:12:01 +01:00
Fix Makefile to support submodule setups (#329)
This commit is contained in:
parent
d9ac320dd0
commit
1f0a47b359
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user