mirror of
https://github.com/libretro/libretro-database
synced 2025-03-25 21:47:45 +00:00
docs: Add documentation for the Makefile
This commit is contained in:
10
Makefile
10
Makefile
@ -1,3 +1,13 @@
|
||||
# libretro-database
|
||||
#
|
||||
# This file provides some install and building commands for libretro-database.
|
||||
#
|
||||
# make install
|
||||
# Installs the needed files to the given DESTDIR and INSTALLDIR.
|
||||
#
|
||||
# make build
|
||||
# Builds the RDB files using libretro-super.
|
||||
|
||||
PREFIX := /usr
|
||||
INSTALLDIR := $(PREFIX)/share/libretro/database
|
||||
|
||||
|
Reference in New Issue
Block a user