diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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) |