Skip to content
Snippets Groups Projects
Commit 3659ee40 authored by John Hodge's avatar John Hodge
Browse files

Fix slight makefile problem

parent 9cc25034
Branches
No related merge requests found
......@@ -35,6 +35,7 @@ BUILDNUM ?= 1
OBJDIR := .obj/$(ARCH)/
OBJS := $(addprefix $(OBJDIR),start.ao log_cfg.ao libmain.a)
IMGDIR := ../Graphics/.output/shared/
CARGO_FEATURES :=
ENV := RUST_VERSION="$(shell $(RUSTC) --version)"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment