Skip to content

Commit

Permalink
makefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veltzer committed Oct 3, 2024
1 parent e7d0a5e commit 2c56fc2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ DO_LINT:=1
# which books should we do?
NAMES:=openbook israeli drumming rockbook guitar_album

#############
# CONSTANTS #
#############
########
# code #
########
# where is the web folder?
DOCS:=docs
# what is the output folder?
Expand Down Expand Up @@ -67,10 +67,7 @@ CONST_CUT:=1
# arguments to git grep
GITARGS:=--no-pager

########
# code #
########
ALL=
ALL:=

ifeq ($(DO_WRAPDEPS),0)
LILYPOND_WRAPPER_DEP:=
Expand Down

0 comments on commit 2c56fc2

Please sign in to comment.