Skip to content

Commit

Permalink
Added Samurai as alternative to Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
dslm4515 committed Jan 1, 2022
1 parent d9bca57 commit aa8c81c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/3-Chroot/059a-Samurai
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Final System: Samurai
# This section is done in Chroot environment
# Alternative to ninja

# Build
CC=gcc make PREFIX=/usr

# Install
make PREFIX=/usr install

# In case ninja is invoked
ln -sv samu /usr/bin/ninja

0 comments on commit aa8c81c

Please sign in to comment.