diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-05-03 10:54:55 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-05-03 10:54:55 +0200 |
commit | 68f6bdf0f88322867b35a6ae35a0c4c3ea641884 (patch) | |
tree | e11fbf5a349086bbed407f2020219a5d5c679820 /src/Makefile | |
parent | 7725f46cd64c5a405ffed6177019383ffe18dd8e (diff) |
Rename to ctls.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 9650e25..62548f6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ ## TODO: Consider using 'rebar' instead of Make. -MODULES = catlfish +MODULES = ctls all: subdirs $(MODULES:%=%.beam) |