Skip to content

Commit

Permalink
ignore distributional data
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Werner committed Oct 5, 2024
1 parent 8dada46 commit b90ed47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions plc-emscripten/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
plc.html
plc.js
plc.wasm
dist
8 changes: 8 additions & 0 deletions plc-emscripten/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ html:
cp gui/precursorlanguages.html gui/*.css gui/*.js /var/www/html
cp gui/gfx /var/www/html -R

dist:
mkdir dist
cp plc.js plc.wasm plc.html dist
cp gui/precursorlanguages.html gui/*.css gui/*.js dist
cp gui/gfx dist -R
tar -czf plc.tgz dist



clean:
rm -f plc.js plc.wasm plc.html

0 comments on commit b90ed47

Please sign in to comment.