mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:48:12 +00:00

Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
12 lines
193 B
Makefile
12 lines
193 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ProcessModel.o \
|
|
ProcessTableView.o \
|
|
MemoryStatsWidget.o \
|
|
GraphWidget.o \
|
|
main.o
|
|
|
|
APP = ProcessManager
|
|
|
|
include ../Makefile.common
|