Require GNU make to build sbase

We seem to have problems building individual tools across various
make implementations.  If anyone can step up and fix this we will
remove the dependency on GNU make.
This commit is contained in:
sin
2014-11-17 13:50:19 +00:00
parent 90507652c0
commit 74ac827587
3 changed files with 6 additions and 6 deletions

2
README
View File

@@ -170,6 +170,8 @@ form a base system similar to busybox but much smaller and suckless.
Building
--------
You need GNU make to build sbase.
To build sbase, simply type make. You may have to fiddle with
config.mk depending on your system.