LibCore: Rename puff.c => puff.cpp
Now that we don't keep a C compiler around in the toolchain (to save space) we can't have .c files in the build. This reminds me that #362 exists and we should fix that at some point.
This commit is contained in:
parent
eccf96b703
commit
5e2b8d160b
Notes:
sideshowbarker
2024-07-19 04:28:34 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/5e2b8d160b7
2 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ set(SOURCES
|
|||
Notifier.cpp
|
||||
Object.cpp
|
||||
ProcessStatisticsReader.cpp
|
||||
puff.c
|
||||
puff.cpp
|
||||
SocketAddress.cpp
|
||||
Socket.cpp
|
||||
StandardPaths.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue