mirror of
https://github.com/libretro/retroarch-joypad-autoconfig.git
synced 2024-11-22 23:49:54 +00:00
Add a Makefile
This will help with deployment to allow installing the package at a given DESTDIR.
This commit is contained in:
parent
190f8bf2b6
commit
1051355aab
10
Makefile
Normal file
10
Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user