aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1e91bbd..bfe5c26 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,15 @@ CONFIGFILE = config.mk
include $(CONFIGFILE)
OBJ =\
- deadshred.o
-
-HDR =
+ deadshred.o\
+ io.o\
+ fmt.o\
+ text.o\
+ avg.o\
+ rnd.o
+
+HDR =\
+ common.h
all: deadshred
$(OBJ): $(HDR)