From 316e1f292c603885f2af3dcd69ce797d64776425 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sun, 5 Dec 2021 23:06:25 -0600 Subject: rename project files --- apps/buzzer-test/make/.gitignore | 1 + apps/buzzer-test/make/Makefile | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100755 apps/buzzer-test/make/.gitignore create mode 100755 apps/buzzer-test/make/Makefile (limited to 'apps/buzzer-test/make') diff --git a/apps/buzzer-test/make/.gitignore b/apps/buzzer-test/make/.gitignore new file mode 100755 index 00000000..3722ac63 --- /dev/null +++ b/apps/buzzer-test/make/.gitignore @@ -0,0 +1 @@ +build/ diff --git a/apps/buzzer-test/make/Makefile b/apps/buzzer-test/make/Makefile new file mode 100755 index 00000000..c66ad20c --- /dev/null +++ b/apps/buzzer-test/make/Makefile @@ -0,0 +1,10 @@ +TOP = ../../.. +include $(TOP)/make.mk + +INCLUDES += \ + -I../ + +SRCS += \ + ../app.c + +include $(TOP)/rules.mk -- cgit v1.2.3