diff options
Diffstat (limited to 'examples/hello_world/Makefile')
-rw-r--r-- | examples/hello_world/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/hello_world/Makefile b/examples/hello_world/Makefile index d63349e..72e0f88 100644 --- a/examples/hello_world/Makefile +++ b/examples/hello_world/Makefile @@ -1,6 +1,3 @@ PROJECT = hello_world - DEPS = cowboy -dep_cowboy = pkg://cowboy master - include ../../erlang.mk |