diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-02-24 20:29:13 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-02-24 20:29:13 +0100 |
commit | a4c300e687600ae9c9559175362c7de6956a23e6 (patch) | |
tree | 7c1ec779cf4f8a183690ceecbd792e43edb35a26 /step-06/Emakefile | |
parent | 83ba678d77dfb96a75f2cf069ce8bd3b47e44620 (diff) | |
download | erlang-workshop-a4c300e687600ae9c9559175362c7de6956a23e6.tar.gz erlang-workshop-a4c300e687600ae9c9559175362c7de6956a23e6.tar.bz2 erlang-workshop-a4c300e687600ae9c9559175362c7de6956a23e6.tar.xz erlang-workshop-a4c300e687600ae9c9559175362c7de6956a23e6.zip |
wip
Diffstat (limited to 'step-06/Emakefile')
-rw-r--r-- | step-06/Emakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/step-06/Emakefile b/step-06/Emakefile new file mode 100644 index 0000000..4670287 --- /dev/null +++ b/step-06/Emakefile @@ -0,0 +1 @@ +{'*',[debug_info]}. |