aboutsummaryrefslogtreecommitdiff
path: root/src/source.mk
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-03-07 02:18:26 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2023-03-07 02:18:26 +0200
commitae5fee63f160643a397d18e9e0658275606bc4d4 (patch)
treef68af302374f9ae3c9dbb28dab5547036252d559 /src/source.mk
downloadek-ae5fee63f160643a397d18e9e0658275606bc4d4.tar.gz
ek-ae5fee63f160643a397d18e9e0658275606bc4d4.zip
initial commit
Diffstat (limited to 'src/source.mk')
-rw-r--r--src/source.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/source.mk b/src/source.mk
new file mode 100644
index 0000000..fd4a8e6
--- /dev/null
+++ b/src/source.mk
@@ -0,0 +1,2 @@
+SRC_LOCAL != echo src/*.c
+SOURCES += $(SRC_LOCAL)