mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
ccdeafdefb
This tab combines info from /proc/devices with device file paths from /dev.
17 lines
343 B
Makefile
17 lines
343 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ProcessModel.o \
|
|
DevicesModel.o \
|
|
ProcessTableView.o \
|
|
MemoryStatsWidget.o \
|
|
GraphWidget.o \
|
|
ProcessStacksWidget.o \
|
|
ProcessMemoryMapWidget.o \
|
|
ProcessFileDescriptorMapWidget.o \
|
|
NetworkStatisticsWidget.o \
|
|
main.o
|
|
|
|
APP = SystemMonitor
|
|
|
|
include ../Makefile.common
|