From 44e7b4de4073e6dc25681bb2fa6977bf5869689a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 15 Mar 2024 22:10:06 +0100 Subject: Add macos sources --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit