diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-28 10:20:04 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-28 10:20:04 +0100 |
commit | 6e571b66f12c4a9001cca3fa1d7e611dc3a58d15 (patch) | |
tree | a3a9e609f7716d1c14da6a9f972f19bf9324a179 /Applications/ProcessManager/Makefile | |
parent | a202ed88f697ad6fd9d9baf2200e1514c4ef6257 (diff) | |
download | serenity-6e571b66f12c4a9001cca3fa1d7e611dc3a58d15.zip |
ProcessManager: Move ProcessTableModel class to its own files.
Diffstat (limited to 'Applications/ProcessManager/Makefile')
-rw-r--r-- | Applications/ProcessManager/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/ProcessManager/Makefile b/Applications/ProcessManager/Makefile index bc14fe2364..b996d9443b 100644 --- a/Applications/ProcessManager/Makefile +++ b/Applications/ProcessManager/Makefile @@ -1,4 +1,5 @@ OBJS = \ + ProcessTableModel.o \ ProcessView.o \ main.o |