mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-05 20:57:58 +00:00
3f160d6a8c
Signed-off-by: Matthias Reichl <hias@horus.com>
12 lines
246 B
Diff
12 lines
246 B
Diff
diff -ru a/Makefile b/Makefile
|
|
--- a/Makefile 2014-03-21 20:26:36.000000000 +0100
|
|
+++ b/Makefile 2022-12-04 20:52:52.827027541 +0100
|
|
@@ -10,7 +10,6 @@
|
|
|
|
all clean install:
|
|
$(MAKE) -C lib $@
|
|
- $(MAKE) -C test $@
|
|
$(MAKE) -C util $@
|
|
|
|
update:
|