Skip to content

Commit

Permalink
Change make behaviour to compile only
Browse files Browse the repository at this point in the history
  • Loading branch information
sbougerel committed Oct 20, 2023
1 parent 80c7cc2 commit fef6fec
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 @@ -33,7 +33,7 @@ INIT_PACKAGE_EL := "(progn \

BATCH = $(EMACS) -Q --batch --eval $(INIT_PACKAGE_EL)

all: compile README.md
all: compile

compile: $(BYTEC)

Expand Down

0 comments on commit fef6fec

Please sign in to comment.