mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2026-04-25 15:18:23 +00:00
Check in pre-commit hook so we don't lose it
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Pre-commit hook for Applecorn
|
||||
|
||||
f="auxmem.vers.s"
|
||||
V=`git describe`
|
||||
echo '* Auto-generated by .git/hooks/pre-commit' > $f
|
||||
echo "HELLO ASC 'Applecorn $V'" >> $f
|
||||
echo " DB \$00" >> $f
|
||||
|
||||
if ! ./m32build; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user