summaryrefslogtreecommitdiff
path: root/backend/Makefile
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-21 23:04:08 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-21 23:04:08 -0400
commite54b7e2c5f3a736f248353317007f922771ab0c7 (patch)
tree6fc8931d44b1fa93269d2bba89c9790bfd83fd7a /backend/Makefile
parent2106ef8eb31ee46611fce07dd715d3ac1c4ca0ab (diff)
downloaddecky-lsfg-vk-e54b7e2c5f3a736f248353317007f922771ab0c7.tar.gz
decky-lsfg-vk-e54b7e2c5f3a736f248353317007f922771ab0c7.zip
refactor: remove unused backend files and improve configuration handling in TypeScript
Diffstat (limited to 'backend/Makefile')
-rw-r--r--backend/Makefile14
1 files changed, 0 insertions, 14 deletions
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