Skip to content

Commit

Permalink
Merge pull request #7 from liuhangbin/makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
troglobit authored Oct 15, 2024
2 parents fe7ae5c + 43e579a commit aeee3d7
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 @@ -11,7 +11,7 @@ CPPFLAGS += -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wextra -g

prefix ?= /usr/local
datadir = $(prefix)/share/doc/mtools
datadir ?= $(prefix)/share/doc/mtools
mandir = $(prefix)/share/man/man8

# ttcp is currently not part of the distribution because its not tested
Expand Down

0 comments on commit aeee3d7

Please sign in to comment.