diff options
Diffstat (limited to 'src/power_law/Makefile.am')
-rw-r--r-- | src/power_law/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/power_law/Makefile.am b/src/power_law/Makefile.am new file mode 100644 index 0000000..db074b8 --- /dev/null +++ b/src/power_law/Makefile.am @@ -0,0 +1,4 @@ +include ../common.mk +bin_PROGRAMS = power_law +power_law_SOURCES = power_law.c ../utils/utils.c ../include/utils.h +power_law_LDADD = -lm |