summaryrefslogtreecommitdiffstats
path: root/module.mk
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2018-03-01 11:44:02 +0000
committerTomasz Kramkowski <tk@the-tk.com>2018-03-01 11:44:02 +0000
commit7a802c4ff4c715f50825d833fa44f2ad1a5993f4 (patch)
treefe4d734653f6367b516e19f2bf7c8f29870b94b9 /module.mk
downloadeprintf-7a802c4ff4c715f50825d833fa44f2ad1a5993f4.tar.gz
eprintf-7a802c4ff4c715f50825d833fa44f2ad1a5993f4.tar.xz
eprintf-7a802c4ff4c715f50825d833fa44f2ad1a5993f4.zip
init commit
Diffstat (limited to 'module.mk')
-rw-r--r--module.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/module.mk b/module.mk
new file mode 100644
index 0000000..c27afee
--- /dev/null
+++ b/module.mk
@@ -0,0 +1,3 @@
+EPRINTF_FILES = eprintf.c eprintf.h
+$(EPRINTF_FILES): %: $(EPRINTF_PATH)/%
+ $(LN) $< $@