Skip to content

Commit

Permalink
fix: Indent with tabs instead of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Babilinx authored Jul 12, 2023
1 parent c89092c commit 7d7c9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
chmod +x $(DESTDIR)/usr/bin/hazel

squirrel:
mkdir -p $(DESTDIR)/usr/bin
mkdir -p $(DESTDIR)/usr/bin
install -T scripts/stadd/stadd.sh $(DESTDIR)/usr/bin/stadd
install -T scripts/stdel/stdel.sh $(DESTDIR)/usr/bin/stdel
install -T scripts/squirrel/squirrel.sh $(DESTDIR)/usr/bin/squirrel
Expand Down

0 comments on commit 7d7c9e6

Please sign in to comment.