Add a Makefile

This will help with deployment to allow installing the package at a given DESTDIR.
This commit is contained in:
Rob Loach 2017-06-22 20:24:05 -04:00
parent 190f8bf2b6
commit 1051355aab
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
2 changed files with 13 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
DESTDIR := /tmp/retroarch-joypad-autoconfig
all:
@echo "Nothing to make for retroarch-joypad-autoconfig."
install:
mkdir -p $(DESTDIR)
cp -ar * $(DESTDIR)
rm $(DESTDIR)/Makefile
rm $(DESTDIR)/configure

3
configure vendored Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
PACKAGE_NAME=retroarch-joypad-autoconfig