Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Nov 19, 2018
1 parent 7ec87ba commit f607861
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -14,13 +14,13 @@ TARGET = $(COMDIR)/$(SCRIPT)

MANPAGE = $(MANDIR)/$(COMMON).1.gz

.PHONY: all src man
.PHONY: all install manpage

all: src
all: install

src: $(SCRIPT)
install: $(SCRIPT)
@mkdir -p $(SRCDIR)
@cp -fpv $^ $(TARGET)

man: $(MANUAL)
manpage: $(MANUAL)
@cp -fpv $^ $(MANPAGE)

0 comments on commit f607861

Please sign in to comment.