Skip to content

Commit

Permalink
chores: remove uneeded config
Browse files Browse the repository at this point in the history
Delete 'emu' file
Scale compilation to system core
  • Loading branch information
branylagaffe committed Jul 11, 2024
1 parent 0cd45cb commit 680beff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 68 deletions.
4 changes: 2 additions & 2 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ case $SIM in

fi
popd
make -C qemu -j4
make -C qemu -j
;;
[Qq])
make -C qemu -j4
make -C qemu -j
;;
*)
echo "Never heard of '${SIM}'"
Expand Down
65 changes: 0 additions & 65 deletions emu

This file was deleted.

1 change: 0 additions & 1 deletion runq
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python3

"""
#
# ___
Expand Down

0 comments on commit 680beff

Please sign in to comment.