mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Fix typo in Makefile (no build target)
This commit is contained in:
2
Makefile
2
Makefile
@@ -65,7 +65,7 @@ develop-docs:
|
|||||||
|
|
||||||
prepare-for-cross-compile:
|
prepare-for-cross-compile:
|
||||||
$(MAKE) clean
|
$(MAKE) clean
|
||||||
$(MAKE) build
|
$(MAKE)
|
||||||
python3 setup.py $(VVAL) clean --clean-for-cross-compile
|
python3 setup.py $(VVAL) clean --clean-for-cross-compile
|
||||||
|
|
||||||
cross-compile:
|
cross-compile:
|
||||||
|
|||||||
Reference in New Issue
Block a user