summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-08-17 12:49:33 +0000
committerJeremie Koenig <jk@jk.fr.eu.org>2010-08-30 14:14:48 +0200
commit3907bbbcfb806799a5349e46a2b804307a0e9836 (patch)
tree94aac58b745f98a4362f4ba56af83205b08391d2 /Makefile
parent56ba0ac1e3a3f32763060ab862a6f0054c8a50bf (diff)
Add the list of processes as a directory
* proclist.h, proclist.c: New files. * main.c: Add a proclist directory based on them. * Makefile: Include the proclist module.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab6e406..1fe7415 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
TARGET = procfs
-OBJS = procfs.o netfs.o procfs_file.o procfs_dir.o main.o
+OBJS = procfs.o netfs.o procfs_file.o procfs_dir.o proclist.o main.o
LIBS = -lnetfs
CC = gcc