diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-02-24 18:52:55 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-02-24 18:52:55 +0100 |
commit | 83ba678d77dfb96a75f2cf069ce8bd3b47e44620 (patch) | |
tree | 545f15a9c3e6e83848043f0a466b4fdff094509f | |
parent | a69dd85f9e7e14a4402df09901f2543d1831d951 (diff) | |
download | erlang-workshop-83ba678d77dfb96a75f2cf069ce8bd3b47e44620.tar.gz erlang-workshop-83ba678d77dfb96a75f2cf069ce8bd3b47e44620.tar.bz2 erlang-workshop-83ba678d77dfb96a75f2cf069ce8bd3b47e44620.tar.xz erlang-workshop-83ba678d77dfb96a75f2cf069ce8bd3b47e44620.zip |
wip
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | step-05/Emakefile | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,4 @@ .idea *.beam +*.tmp.* +*.tmp diff --git a/step-05/Emakefile b/step-05/Emakefile new file mode 100644 index 0000000..4670287 --- /dev/null +++ b/step-05/Emakefile @@ -0,0 +1 @@ +{'*',[debug_info]}. |