summaryrefslogtreecommitdiff
path: root/backend/Makefile
diff options
context:
space:
mode:
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