mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
10 lines
230 B
Makefile
10 lines
230 B
Makefile
# The top-level input Makefile for mpq-tools
|
|
|
|
# Any directories which should be built and installed.
|
|
SUBDIRS = libmpq
|
|
|
|
# The directories which are part of the distribution.
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
|
|
EXTRA_DIST = \
|
|
README.linux
|