1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 13:30:59 +00:00
serenity/Applications/SystemMonitor/Makefile
Sergey Bugaev cbdda91065 ProcessManager: Rename it to SystemMonitor
This is a more appropriate name now that it does a lot
more than just manage processes ^)
2019-08-14 14:28:45 +02:00

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