mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
Fetch all the data from /proc/PID/vm for the selected process and show it in a nice GTableView. :^)
16 lines
282 B
Makefile
16 lines
282 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ProcessModel.o \
|
|
ProcessTableView.o \
|
|
MemoryStatsWidget.o \
|
|
GraphWidget.o \
|
|
ProcessStacksWidget.o \
|
|
ProcessMemoryMapWidget.o \
|
|
ProcessMemoryMapModel.o \
|
|
main.o
|
|
|
|
APP = ProcessManager
|
|
|
|
include ../Makefile.common
|