Skip to content

Commit

Permalink
Fix removal of jsonrpc tar
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Feb 2, 2024
1 parent ef829a2 commit 1cb2327
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 @@ -10,7 +10,7 @@ all: $(ELCFILES)
$(JSONRPC):
@curl "https://elpa.gnu.org/packages/$(@D).tar" -o $(@D).tar
@tar -xvf $(@D).tar
@rm $(@D).tar.lz
@rm $(@D).tar

%.elc: %.el $(JSONRPC)
@echo Compiling $<
Expand Down

0 comments on commit 1cb2327

Please sign in to comment.