diff options
author | Uros Majstorovic <majstor@majstor.org> | 2020-02-26 03:44:41 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2020-02-26 03:44:41 +0100 |
commit | 2079587f0282603170a465e78b8074117fcb8c41 (patch) | |
tree | 8200f2cdc5c5777f7678dc77f0d179edc3a9ed13 /code/fe310/Makefile | |
parent | c65d6a08e7f6e48769697f9b7dd08c4933a36eff (diff) |
portable eve
Diffstat (limited to 'code/fe310/Makefile')
-rw-r--r-- | code/fe310/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fe310/Makefile b/code/fe310/Makefile index 404be4b..2f2abae 100644 --- a/code/fe310/Makefile +++ b/code/fe310/Makefile @@ -2,7 +2,7 @@ include common.mk CFLAGS += -I./include -subdirs = drivers gloss metal eos +subdirs = drivers gloss metal eos eos/eve all: libeos.a |