From 214916e995ca806ce60219cf5a60f0df69280852 Mon Sep 17 00:00:00 2001 From: ewt Date: Wed, 31 Jul 1996 16:53:33 +0000 Subject: [PATCH] 1) added shared libs and objects to clean rule 2) changed version to 0.2 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b5454d9..735c812 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ LIBS = -L. -lnewt -lslang -lm #-lefence CFLAGS = -g -Wall -VERSION = 0.1 +VERSION = 0.2 PROGS = test OBJS = test.o @@ -44,7 +44,8 @@ veryclean: clean rm -f .depend clean: - rm -f $(PROGS) $(OBJS) $(LIBOBJS) $(LIBNEWT) core + rm -f $(PROGS) $(OBJS) $(LIBOBJS) $(LIBNEWT) core $(LIBNEWTSH) \ + $(SHAREDOBJS) depend: $(CPP) $(CFLAGS) -M $(SOURCES) > .depend -- 2.47.2