Skip to content
Snippets Groups Projects
Commit 0ef64b28 authored by davip00's avatar davip00
Browse files

nothing: Fix Makefile

parent 3dd30d56
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,9 @@
PROG = nothing
SOURCES = src/nothing.c
# Comment this line out if you prefer building in docker
TOOLCHAIN = riscv32-unknown-elf
EXTRA_CFLAGS ?= -Og -g -DEMULATOR_HACKS
EXTRA_LINKFLAGS ?=
include mdk/esp32c3/build.mk
\ No newline at end of file
include ../mdk/esp32c3/build.mk
\ No newline at end of file
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment