diff options
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | bootstrap | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d9e402e --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + ./bootstrap @@ -17,6 +17,7 @@ main(Args) -> %% Compile all src/*.erl to ebin case make:files(filelib:wildcard("src/*.erl"), [{outdir, "ebin"}, {i, "include"}, + debug_info, {d, 'BUILD_TIME', Built}]) of up_to_date -> ok; |