Add install step

This commit is contained in:
Rob Loach 2017-07-15 16:47:48 -04:00
parent 5db06c5384
commit c8fbb03af6
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A

View File

@ -164,3 +164,8 @@ noscript:
test-noscript: noscript
retroarch -L $(TARGET) test/main.chai
DESTDIR := /usr/lib/libretro
install: all
mkdir -p $(DESTDIR)
cp $(TARGET) $(DESTDIR)