diff options
| author | Victor Borges <victor1882@outlook.com> | 2025-03-31 10:54:03 -0300 |
|---|---|---|
| committer | Victor Borges <victor1882@outlook.com> | 2025-03-31 10:54:03 -0300 |
| commit | 7e3b07d83aae6547ce121f904971e6491c0c2cdd (patch) | |
| tree | 11e169767a645f38fc906f32fe9e9eb11bfcf50a /backend/Makefile | |
| parent | fc242fa45d24477c028032dc2f0777da07a44153 (diff) | |
| download | decky-bazzite-buddy-7e3b07d83aae6547ce121f904971e6491c0c2cdd.tar.gz decky-bazzite-buddy-7e3b07d83aae6547ce121f904971e6491c0c2cdd.zip | |
patch steam release notes
Diffstat (limited to 'backend/Makefile')
| -rw-r--r-- | backend/Makefile | 14 |
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 |
