From 79b7b2594884e9e663b9552774bd9f95e98c46cc Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sat, 23 May 2015 17:46:24 -0500 Subject: [PATCH] i added mapread.obj back modified: makefile --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 824ef94f..09ad5ba8 100644 --- a/makefile +++ b/makefile @@ -28,8 +28,8 @@ test2.obj: $(SRC)test2.c $(SRCLIB)modex16.h pcxtest.obj: $(SRC)pcxtest.c $(SRCLIB)modex16.h wcl $(FLAGS) -c $(SRC)pcxtest.c -#maptest.obj: $(SRC)maptest.c $(SRCLIB)mapread.h -# wcl $(FLAGS) -c $(SRC)maptest.c +maptest.obj: $(SRC)maptest.c $(SRCLIB)mapread.h + wcl $(FLAGS) -c $(SRC)maptest.c modex16.obj: $(SRCLIB)modex16.h $(SRCLIB)modex16.c wcl $(FLAGS) -c $(SRCLIB)modex16.c -- 2.11.0