mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
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
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
Add a link
Reference in a new issue