mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-26 05:26:17 +00:00
13 lines
382 B
Diff
13 lines
382 B
Diff
--- a/Makefile 2020-01-08 22:09:15.794660218 +0100
|
|
+++ b/Makefile 2020-01-08 22:09:18.954615301 +0100
|
|
@@ -412,6 +412,9 @@
|
|
# ------------------------------------------------------------
|
|
# Directory creation
|
|
|
|
+.PHONY: builddirs
|
|
+builddirs: $(OBJDIR) $(LIBDIR) $(BINDIR)
|
|
+
|
|
$(OBJDIR) $(LIBDIR) $(BINDIR) $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(man1dir):
|
|
mkdir -p $@
|
|
|