commit 0cc6e07989edd1dbc048265cc54578f9765c7be7 parent 0abd0df5d16e772ad74668adad2204ff566b992f Author: Frederic Cambus <fred@statdns.com> Date: Fri, 24 Jun 2016 10:57:24 +0200 Adding Makefile Diffstat:
A | examples/Makefile | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/examples/Makefile b/examples/Makefile @@ -0,0 +1,10 @@ +default : + @rm -rf deploy/ + @motyl + @echo [`date +"%T"`] Copying assets and static files + @cp -r themes/fonts themes/scripts themes/styles deploy/ + @cp -r static/ deploy/ + @echo [`date +"%T"`] Done + +clean : + @rm -rf deploy