projects
/
laserbrain_demo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b5d01c
)
added command in instalien rule to also install shaders
author
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 24 Jan 2018 05:43:32 +0000
(07:43 +0200)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 24 Jan 2018 05:43:32 +0000
(07:43 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 $@