More readme

This commit is contained in:
sk4nz
2022-02-02 15:20:17 +01:00
parent bd07863edf
commit f652a21e43
2 changed files with 17 additions and 15 deletions

View File

@@ -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