diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 15:05:10 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 15:05:10 +0100 |
| commit | 1d94cfcf04b8d4ce97fdd738e085911713dbe494 (patch) | |
| tree | b299019ec58e49f6d048e99f15709f27d7de14ed /example/Makefile | |
| parent | Update e-mail (diff) | |
| download | dlu-1d94cfcf04b8d4ce97fdd738e085911713dbe494.tar.gz dlu-1d94cfcf04b8d4ce97fdd738e085911713dbe494.tar.bz2 dlu-1d94cfcf04b8d4ce97fdd738e085911713dbe494.tar.xz | |
m fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile index 0df1ef6..d6d0b05 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,3 +1,5 @@ +.POSIX: + all: dict.pdf dict.pdf: dict.tex |
