Skip to content

Commit

Permalink
simplify Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-demin committed Nov 11, 2024
1 parent 82c6fad commit b9052c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ MKDIR = mkdir -p
CP = cp -r
RM = rm -rf

all: $(SITE) $(CONTENT)

$(SITE):
@$(MKDIR) $@
all: $(CONTENT)

$(SITE)/%: %
@echo ">> Copying $^"
Expand Down

0 comments on commit b9052c1

Please sign in to comment.