6 lines
181 B
Makefile
6 lines
181 B
Makefile
|
|
# NOTE: use ./unix/pcons-2.3.1 -j4 for SMP build
|
||
|
|
default:
|
||
|
|
@echo "WARNING: build system doesn't rely on GNU make. Spawning cons"
|
||
|
|
@echo " use ./unix/cons -h for help"
|
||
|
|
./unix/cons
|