Skip to content

Commit

Permalink
Makefile: add "all" target for commonality
Browse files Browse the repository at this point in the history
  • Loading branch information
jimklimov committed Mar 20, 2023
1 parent d9e6bc6 commit 94d5472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
SERVER = /srv/www/htdocs
DIR = NUT

# Default make target
all: ConfigExamples.pdf

# All these file are needed to include the figures
# The fig files provide the source for the pdf files
FIGURES = bad.fig bad.pdf\
Expand Down

0 comments on commit 94d5472

Please sign in to comment.