1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/littlefs2: remove redundant use of .PHONY: all

'all' is already set as .PHONY in pkg.mk
This commit is contained in:
Alexandre Abadie 2020-06-10 14:24:14 +02:00
parent 9464c34467
commit 75b2de0ad3
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -6,7 +6,5 @@ PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk
.PHONY: all
all:
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.littlefs2