diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2018-04-20 22:09:56 +0200 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2018-04-20 22:09:56 +0200 |
commit | 097dbf725ac75c386bafc497a7f97247f35f8be3 (patch) | |
tree | 1119ae054aff05e1078152ee301c911411868f08 | |
parent | e90d1c2e8fabaed7a608c6a65dc3e2ad84e24af7 (diff) | |
download | linmath-097dbf725ac75c386bafc497a7f97247f35f8be3.tar.gz linmath-097dbf725ac75c386bafc497a7f97247f35f8be3.tar.xz linmath-097dbf725ac75c386bafc497a7f97247f35f8be3.zip |
-rw-r--r-- | module.mk | 3 |
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) $< $@ |