aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-15 22:10:06 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-15 22:10:06 +0100
commit44e7b4de4073e6dc25681bb2fa6977bf5869689a (patch)
tree164c8d8d980732e64d96fe6e788373108144d085 /Makefile
parentb2096fb3958d9e9cdcca77931aadfb947cab24ee (diff)
Add macos sources
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3416abd..4d414c8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
profile := dev
target = $(shell rustc -vV | grep host | awk '{print $$2}')
architectures := x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu
-app_name := blog
+app_name := lrc
default: build