Skip to content

Commit

Permalink
Makefile: add clean and .PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 3, 2025
1 parent ecf1f51 commit 47eab1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ default: nanoidgen
all: nanoidgen pub/man.pdf pub/man/nanoid.3.html pub/man/nanoidgen.1.html \
pub/openbsd/man.pdf pub/openbsd/man/nanoid.3.html

clean:
rm -r pub nanoidgen

.PHONY: default all clean

pub:
mkdir -p $@

Expand Down

0 comments on commit 47eab1a

Please sign in to comment.