From e54b7e2c5f3a736f248353317007f922771ab0c7 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 21 Jul 2025 23:04:08 -0400 Subject: refactor: remove unused backend files and improve configuration handling in TypeScript --- backend/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 backend/Makefile (limited to 'backend/Makefile') diff --git a/backend/Makefile b/backend/Makefile deleted file mode 100644 index a1e5dc5..0000000 --- a/backend/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# This is the default target, which will be built when -# you invoke make -.PHONY: all -all: hello - -# This rule tells make how to build hello from hello.cpp -hello: - mkdir -p ./out - gcc -o ./out/hello ./src/main.c - -# This rule tells make to delete hello and hello.o -.PHONY: clean -clean: - rm -f hello \ No newline at end of file -- cgit v1.2.3