diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-15 22:10:06 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-15 22:10:06 +0100 |
| commit | 44e7b4de4073e6dc25681bb2fa6977bf5869689a (patch) | |
| tree | 164c8d8d980732e64d96fe6e788373108144d085 /Makefile | |
| parent | b2096fb3958d9e9cdcca77931aadfb947cab24ee (diff) | |
Add macos sources
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |