mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 13:30:59 +00:00
This is a more appropriate name now that it does a lot more than just manage processes ^)
16 lines
322 B
Makefile
16 lines
322 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ProcessModel.o \
|
|
ProcessTableView.o \
|
|
MemoryStatsWidget.o \
|
|
GraphWidget.o \
|
|
ProcessStacksWidget.o \
|
|
ProcessMemoryMapWidget.o \
|
|
ProcessFileDescriptorMapWidget.o \
|
|
NetworkStatisticsWidget.o \
|
|
main.o
|
|
|
|
APP = SystemMonitor
|
|
|
|
include ../Makefile.common
|