More readme
This commit is contained in:
7
Makefile
7
Makefile
@@ -16,14 +16,13 @@
|
||||
.PHONY: clean build upload
|
||||
.SILENT:
|
||||
|
||||
|
||||
ifeq ($(shell uname),OpenBSD)
|
||||
GCC:= egcc
|
||||
GCC:= egcc
|
||||
else
|
||||
GCC:= gcc
|
||||
GCC:= gcc
|
||||
endif
|
||||
|
||||
EXECUTABLES= clang $(GCC) uuid lld taskset
|
||||
EXECUTABLES= clang $(GCC) uuid lld
|
||||
XXXX:= $(foreach exec,$(EXECUTABLES), $(if $(shell which $(exec) 2> /dev/null),X,$(error "No '$(exec)' in PATH, please install it and restart octopus !")))
|
||||
|
||||
### Generic flags
|
||||
|
||||
Reference in New Issue
Block a user