Skip to content

Commit

Permalink
Remove lint target from build
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <royg21@gmail.com>
  • Loading branch information
rgolangh committed Oct 16, 2024
1 parent 4acc02c commit 9cc2506
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 @@ -5,7 +5,7 @@ EXTRA_SOURCES = \
--extra-source=classic.css \
--extra-source=modules

build: lint
build:
gnome-extensions pack -f $(EXTRA_SOURCES) src/
mv containers@royg.shell-extension.zip $(TARGET_FILE)

Expand Down

0 comments on commit 9cc2506

Please sign in to comment.