This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2024-11-03 13:07:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f89457ba68
prog8
/
scripts
/
clean.sh
6 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
simple cleaup script
2019-06-23 12:09:33 +00:00
#!/usr/bin/env sh
fixed builtin functions no longer const-folding over arrays
2019-08-17 18:16:39 +00:00
rm -f *.jar *.asm *.prg *.vm.txt *.vice-mon-list
return statement only has one single possible value astvm can now more or less run all examples
2019-07-10 17:14:41 +00:00
rm -rf build out
simple cleaup script
2019-06-23 12:09:33 +00:00
Reference in New Issue
Copy Permalink