aboutsummaryrefslogtreecommitdiffstats
path: root/module.mk
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2018-04-20 22:09:56 +0200
committerTomasz Kramkowski <tk@the-tk.com>2018-04-20 22:09:56 +0200
commit097dbf725ac75c386bafc497a7f97247f35f8be3 (patch)
tree1119ae054aff05e1078152ee301c911411868f08 /module.mk
parente90d1c2e8fabaed7a608c6a65dc3e2ad84e24af7 (diff)
downloadlinmath-master.tar.gz
linmath-master.tar.xz
linmath-master.zip
Add eprintf style module makefile.HEADmaster
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..3086d1b
--- /dev/null
+++ b/module.mk
@@ -0,0 +1,3 @@
+LINMATH_FILES = linmath.h
+$(LINMATH_FILES): %: $(LINMATH_PATH)/%
+ $(LN) $< $@