From 9a338d5c0312458e7690ea885967a08003199671 Mon Sep 17 00:00:00 2001 From: vitler Date: Sun, 28 Jun 2026 15:35:00 +0100 Subject: [PATCH] not a skeleton anymore --- Makefile | 2 +- control-skeleton.c => control.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename control-skeleton.c => control.c (100%) 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 -- 2.47.3