From fbfc078e9f44c1c1e95c9c484f1d5650bcf631b7 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sat, 27 Jul 2024 16:57:39 -0400 Subject: lots and lots of userspace stuff --- applications/goldman/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/goldman/makefile') diff --git a/applications/goldman/makefile b/applications/goldman/makefile index 5b93fe4..56f633d 100644 --- a/applications/goldman/makefile +++ b/applications/goldman/makefile @@ -6,7 +6,7 @@ build/%.cpp.o: source/%.cpp $(HILBERT_CC) -c $^ -o $@ build/goldman.elf: $(SOURCES:%=build/%.o) - $(HILBERT_CC) $^ -o $@ + $(HILBERT_CC) $^ -ldaguerre -o $@ clean: rm -rf build -- cgit v1.2.3