Skip to content

Commit

Permalink
Merge pull request #31 from pzaino/chore/sync-from-template
Browse files Browse the repository at this point in the history
Chore/sync from template
  • Loading branch information
pzaino authored Sep 20, 2024
2 parents d14f06c + 0d13b22 commit 3130355
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ repos:
rev: 3.0.0
hooks:
- id: shellcheck
- repo: https://github.com/pocc/pre-commit-hooks
rev: v1.3.5
hooks:
- id: cpplint
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
Expand Down
6 changes: 1 addition & 5 deletions src/MkGCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@ cd ${current_dir}
# Display MakefielGCC
cat ${current_dir}/MakeFileGCC

# clean artifacts
rm ./*.o
rm ./*.a

# Make the artifacts
make all OS=`uname -s` -f ${current_dir}/MakefileGCC
make static OS=`uname -s` -f ${current_dir}/MakefileGCC

0 comments on commit 3130355

Please sign in to comment.