From aaa3b55c67d502149e1d7908d828e19c569a6fa7 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Wed, 18 Sep 2024 12:52:30 -0400 Subject: [PATCH] rename test app to app.c for clarity --- Makefile | 2 +- movement.c => app.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename movement.c => app.c (100%) diff --git a/Makefile b/Makefile index 901abaf7..68a80fc1 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ endif # Add your source files here. SRCS += \ - ./movement.c \ + ./app.c \ # Finally, leave this line at the bottom of the file. include $(GOSSAMER_PATH)/rules.mk diff --git a/movement.c b/app.c similarity index 100% rename from movement.c rename to app.c