Added make clean option

This commit is contained in:
Hanno Spreeuw 2018-01-11 17:06:18 +01:00
parent 8b747591ae
commit c39892da33
1 changed files with 2 additions and 0 deletions

View File

@ -34,3 +34,5 @@ RANLIB=ranlib
libsagecal.a:$(OBJECTS) Radio.h
ar rv $@ $(OBJECTS); \
$(RANLIB) $@;
clean:
rm *.o