Makefile Improvements

The clobber target has been removed and the clean target now does what most people would expect (actually cleans the entire build tree).
This commit is contained in:
Wayne Warthen
2022-07-06 16:39:03 -07:00
parent 0c61385df4
commit d241db5c11
19 changed files with 29 additions and 56 deletions

View File

@@ -24,7 +24,6 @@ jobs:
sudo apt-get install libncurses-dev
sudo apt-get install srecord
make dist
make clean
rm -rf .git*
- name: List Output
@@ -64,7 +63,6 @@ jobs:
export TZ='America/Los_Angeles'
brew install srecord
make dist
make clean
rm -rf .git*
- name: List Output

View File

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