mirror of https://github.com/odrling/Aegisub
Add a note about DESTDIR= support
Originally committed to SVN as r5004.
This commit is contained in:
parent
7b7b15f0a1
commit
45c971da68
|
@ -1,5 +1,8 @@
|
|||
# *** THERE ARE NO USER-EDITABLE ITEMS HERE. ***
|
||||
|
||||
#
|
||||
# TODO:
|
||||
# * DESTDIR= support for make install.
|
||||
# * Allow variables to be overridden on the CL.
|
||||
|
||||
.PHONY: all install clean subdirs $(SUBDIRS)
|
||||
all: subdirs $(LIB) $(LIB_SHARED) $(PROGRAM)
|
||||
|
|
Loading…
Reference in New Issue