mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- semicolon touchup. No other changes
This commit is contained in:
@@ -68,8 +68,8 @@ boa: uclibc $(BOA_WORKDIR)/.installed
|
||||
boa-source: $(DL_DIR)/$(BOA_SOURCE)
|
||||
|
||||
boa-clean:
|
||||
@if [ -d $(BOA_WORKDIR)/Makefile ] ; then \
|
||||
$(MAKE) -C $(BOA_WORKDIR) clean ; \
|
||||
@if [ -d $(BOA_WORKDIR)/Makefile ]; then \
|
||||
$(MAKE) -C $(BOA_WORKDIR) clean; \
|
||||
fi
|
||||
|
||||
boa-dirclean:
|
||||
|
||||
Reference in New Issue
Block a user