Make make clean not only remove the object files, but also the library.
This commit is contained in:
parent
3cc6bc600c
commit
e8f3fefec1
|
@ -54,4 +54,4 @@ libdirac.a:$(OBJECTS) Dirac.h
|
|||
$(RANLIB) $@;
|
||||
|
||||
clean:
|
||||
rm *.o
|
||||
rm *.o libdirac.a
|
||||
|
|
|
@ -35,4 +35,4 @@ libradio.a:$(OBJECTS) Radio.h
|
|||
ar rv $@ $(OBJECTS); \
|
||||
$(RANLIB) $@;
|
||||
clean:
|
||||
rm *.o
|
||||
rm *.o libradio.a
|
||||
|
|
Loading…
Reference in New Issue