Skip to content

Commit

Permalink
Makefile: all: default... -> all: nanoidgen...
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 3, 2025
1 parent 6ea9ec3 commit ecf1f51
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 @@ -2,7 +2,7 @@ MANDOC ?= mandoc

default: nanoidgen

all: default pub/man.pdf pub/man/nanoid.3.html pub/man/nanoidgen.1.html \
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

pub:
Expand Down

0 comments on commit ecf1f51

Please sign in to comment.