From cc9a1811fd93971ae8c0d3bdc8d60102ce58556e Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Wed, 31 Jul 2024 19:53:02 -0400 Subject: redo build system --- applications/init/makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 applications/init/makefile (limited to 'applications/init/makefile') diff --git a/applications/init/makefile b/applications/init/makefile deleted file mode 100644 index 91328e7..0000000 --- a/applications/init/makefile +++ /dev/null @@ -1,12 +0,0 @@ -SOURCES = \ - main.cpp - -build/%.cpp.o: source/%.cpp - @mkdir -p $(@D) - $(HILBERT_CC) -c $^ -o $@ - -build/init.elf: $(SOURCES:%=build/%.o) - $(HILBERT_CC) $^ -o $@ - -clean: - rm -rf build -- cgit v1.2.3