Skip to content

Commit

Permalink
fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alba4k committed Sep 21, 2024
1 parent 4648711 commit f2831b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ clean:
meson setup build --wipe

build/albafetch:
meson setup build
meson compile -C build

build/debug:
meson compile -C build
meson setup build
meson compile -C build

0 comments on commit f2831b7

Please sign in to comment.