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 --- libraries/daguerre/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/daguerre/makefile') diff --git a/libraries/daguerre/makefile b/libraries/daguerre/makefile index 3505d35..f428193 100644 --- a/libraries/daguerre/makefile +++ b/libraries/daguerre/makefile @@ -1,5 +1,5 @@ SOURCES = \ - daguerre.cpp + framebuffer.cpp ppm.cpp psf.cpp build/%.cpp.o: source/%.cpp @mkdir -p $(@D) -- cgit v1.2.3