Skip to content

Commit

Permalink
rm redundant make targets
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <[email protected]>
  • Loading branch information
theBeginner86 committed Dec 10, 2023
1 parent b3fb36e commit 80a69a8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,3 @@ clean:

.PHONY: setup build site clean site-fast

.PHONY: setup build run clean docker

setup:
npm install

build:
hugo

run:
docker-compose up

clean:
docker-compose down

docker: setup build run

0 comments on commit 80a69a8

Please sign in to comment.