diff options
author | Benji Dial <benji@benjidial.net> | 2024-07-27 16:57:39 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2024-07-27 16:57:39 -0400 |
commit | fbfc078e9f44c1c1e95c9c484f1d5650bcf631b7 (patch) | |
tree | cab539c8cbbac81d895b6f8be695f3f53bf8f4d5 /applications/goldman/makefile | |
parent | 9af5588c30c4126a2800aae1afcb0de2c373dc6c (diff) | |
download | hilbert-os-fbfc078e9f44c1c1e95c9c484f1d5650bcf631b7.tar.gz |
lots and lots of userspace stuff
Diffstat (limited to 'applications/goldman/makefile')
-rw-r--r-- | applications/goldman/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |