From: John Tsiombikas Date: Wed, 24 Jan 2018 05:43:32 +0000 (+0200) Subject: added command in instalien rule to also install shaders X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=commitdiff_plain;h=d0e426c6c0856487332e67c787c35fd0e97c90ce added command in instalien rule to also install shaders --- diff --git a/Makefile b/Makefile index 2c38091..33b01ad 100644 --- 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 $@