mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
13 lines
193 B
Makefile
13 lines
193 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ProcessModel.o \
|
|
ProcessTableView.o \
|
|
MemoryStatsWidget.o \
|
|
GraphWidget.o \
|
|
main.o
|
|
|
|
APP = ProcessManager
|
|
|
|
include ../Makefile.common
|