rm more annoying shit

This commit is contained in:
Dana Jansens 2002-12-20 22:12:21 +00:00
parent 54524ace97
commit 7f111a94d0

View file

@ -17,7 +17,7 @@ install: $(targets)
install $^ $(libdir)
clean:
$(RM) $(targets) *.o core
$(RM) $(targets) *.o core *\~ .\#*
libotk.so: $(sources:.c=.o)
$(CC) -shared -o $@ $^ $(LDFLAGS)