Skip to content

Commit

Permalink
ditch ninja build
Browse files Browse the repository at this point in the history
  • Loading branch information
aappleby committed Aug 11, 2024
1 parent 855b427 commit 9c181da
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 254 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ platform.info
csmith_files
test_files
__pycache__
hancho.py
181 changes: 0 additions & 181 deletions build.ninja

This file was deleted.

6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
echo "FIXME - we are pointed at hancho/v020/hancho.py and not main"
if [ ! -f "hancho.py" ]; then
echo "Fetching Hancho build script"
wget -q https://raw.githubusercontent.com/aappleby/hancho/v020/hancho.py
fi
python3 hancho.py
53 changes: 0 additions & 53 deletions build_docs.ninja

This file was deleted.

20 changes: 0 additions & 20 deletions config.ninja

This file was deleted.

0 comments on commit 9c181da

Please sign in to comment.