added command in instalien rule to also install shaders
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 24 Jan 2018 05:43:32 +0000 (07:43 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 24 Jan 2018 05:43:32 +0000 (07:43 +0200)
Makefile

index 2c38091..33b01ad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ cross:
 .PHONY: instalien
 instalien: demo.exe
        cp $< /alien/demo/$<
+       mkdir -p /alien/demo/sdr && cp sdr/* /alien/demo/sdr/
 
 .clang_complete: Makefile
        rm -f $@