From: vitler Date: Sun, 28 Jun 2026 14:35:00 +0000 (+0100) Subject: not a skeleton anymore X-Git-Url: https://vgcfreebox.myrthtech.pt/gitweb/ue-pp-terminationdetectionalgorithm.git/commitdiff_plain/9a338d5c0312458e7690ea885967a08003199671 not a skeleton anymore --- diff --git a/Makefile b/Makefile index cb91787..ea96b66 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # replace with the file containing your algorithm -CONTROL_ALGORITHM = control-skeleton.c +CONTROL_ALGORITHM = control.c # add extra flags here XCFLAGS = diff --git a/control-skeleton.c b/control.c similarity index 100% rename from control-skeleton.c rename to control.c