summaryrefslogtreecommitdiffstats
path: root/Sensor Watch BME280 Project/make
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-09-16 15:40:01 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-09-16 15:40:01 -0400
commit07420e6ead840973d7136222b8e872261a7b18b8 (patch)
tree72c8af88f945c0d4f8b2a3b467994ccc8cc7bfd8 /Sensor Watch BME280 Project/make
parentb3de08343b7db4ed380cdfa3ca0df824728999b1 (diff)
downloadSensor-Watch-07420e6ead840973d7136222b8e872261a7b18b8.tar.gz
Sensor-Watch-07420e6ead840973d7136222b8e872261a7b18b8.tar.bz2
Sensor-Watch-07420e6ead840973d7136222b8e872261a7b18b8.zip
move apps to subdirectory, add relative path support to Makefile
Diffstat (limited to 'Sensor Watch BME280 Project/make')
-rwxr-xr-xSensor Watch BME280 Project/make/.gitignore1
-rwxr-xr-xSensor Watch BME280 Project/make/Makefile9
2 files changed, 0 insertions, 10 deletions
diff --git a/Sensor Watch BME280 Project/make/.gitignore b/Sensor Watch BME280 Project/make/.gitignore
deleted file mode 100755
index 3722ac63..00000000
--- a/Sensor Watch BME280 Project/make/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-build/
diff --git a/Sensor Watch BME280 Project/make/Makefile b/Sensor Watch BME280 Project/make/Makefile
deleted file mode 100755
index 358bb860..00000000
--- a/Sensor Watch BME280 Project/make/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-include ../../make.mk
-
-INCLUDES += \
- -I../
-
-SRCS += \
- ../app.c
-
-include ../../rules.mk