Make Refactoring

This commit is contained in:
Wayne Warthen
2021-07-28 16:28:02 -07:00
parent 2809ba5b6d
commit e544e21f04
10 changed files with 161 additions and 123 deletions

View File

@@ -23,7 +23,7 @@ jobs:
export TZ='America/Los_Angeles'
sudo apt-get install libncurses-dev
sudo apt-get install srecord
make
make dist
make clean
rm -rf .git*
@@ -49,7 +49,7 @@ jobs:
run: |
export TZ='America/Los_Angeles'
brew install srecord
make
make dist
make clean
rm -rf .git*

View File

@@ -26,7 +26,7 @@ jobs:
- name: Build
run: |
sudo apt-get install libncurses-dev
make
make dist
make clean
rm -rf .git*