Skip to content

Commit

Permalink
GNUmakefile: remove vestigial SRCS
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytill committed Oct 14, 2024
1 parent beace8a commit 0f45464
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ FILES += search/search.html
FILES += search/search.mjs
FILES += search/shared.css

SRCS = $(addprefix extension/,$(FILES))

MOZILLA_DIR = $(DESTDIR)$(datadir)/mozilla/extensions/noematic
MOZILLA_TARGETS = $(addprefix $(MOZILLA_DIR)/,$(FILES))
MOZILLA_TARGETS += $(MOZILLA_DIR)/manifest.json
Expand Down

0 comments on commit 0f45464

Please sign in to comment.