summaryrefslogtreecommitdiffstats
path: root/apps/filesystem-browser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filesystem-browser/Makefile')
-rwxr-xr-xapps/filesystem-browser/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/filesystem-browser/Makefile b/apps/filesystem-browser/Makefile
deleted file mode 100755
index a37c98d7..00000000
--- a/apps/filesystem-browser/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-TOP = ../..
-include $(TOP)/make.mk
-
-INCLUDES += \
- -I$(TOP)/littlefs/ \
- -I./
-
-SRCS += \
- $(TOP)/littlefs/lfs.c \
- $(TOP)/littlefs/lfs_util.c \
- ./browser.c
-
-include $(TOP)/rules.mk