summaryrefslogtreecommitdiffstats
path: root/apps/Sensor Watch SPI Test/make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Sensor Watch SPI Test/make/Makefile')
-rwxr-xr-xapps/Sensor Watch SPI Test/make/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/Sensor Watch SPI Test/make/Makefile b/apps/Sensor Watch SPI Test/make/Makefile
deleted file mode 100755
index c66ad20c..00000000
--- a/apps/Sensor Watch SPI Test/make/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-TOP = ../../..
-include $(TOP)/make.mk
-
-INCLUDES += \
- -I../
-
-SRCS += \
- ../app.c
-
-include $(TOP)/rules.mk