diff --git a/nothing/Makefile b/nothing/Makefile
index 81f29333f5935deb5b14cba65346db966a3422a5..bcb9e784746771be9a9b01f589d27905f24e0333 100644
--- a/nothing/Makefile
+++ b/nothing/Makefile
@@ -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
diff --git a/nothing/nothing.c b/nothing/src/nothing.c
similarity index 100%
rename from nothing/nothing.c
rename to nothing/src/nothing.c