mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
LibCore: compile puff.c as a separate object
This commit is contained in:
parent
0343be3837
commit
2aeae2aea9
3 changed files with 10 additions and 2 deletions
|
@ -22,7 +22,8 @@ OBJS = \
|
|||
CProcessStatisticsReader.o \
|
||||
CDirIterator.o \
|
||||
CUserInfo.o \
|
||||
CGzip.o
|
||||
CGzip.o \
|
||||
puff.o
|
||||
|
||||
LIBRARY = libcore.a
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue