sirocco-rt / sirocco

This is the repository for Sirocco, the radiative transfer code used to model winds in AGN and other systems
https://sirocco-rt.readthedocs.io/en/latest/
GNU General Public License v3.0
30 stars 24 forks source link

make clean warnings #1124

Open kslong opened 3 weeks ago

kslong commented 3 weeks ago

The makefile for tests has been modified so that one could add .c files to sirocco with having to update the make file in tests. However, the new version gives the following warnings:

~/Sirocco/source: make clean
rm -f *.o  *~
cd tests; make clean
make[1]: Entering directory '/home/long/Sirocco/source/tests'
Makefile:66: warning: overriding recipe for target 'startup'
/home/long/Sirocco//source/Makefile:155: warning: ignoring old recipe for target 'startup'
Makefile:88: warning: overriding recipe for target 'check'
/home/long/Sirocco//source/Makefile:326: warning: ignoring old recipe for target 'check'
Makefile:91: warning: overriding recipe for target 'clean'
/home/long/Sirocco//source/Makefile:341: warning: ignoring old recipe for target 'clean'
rm -f *.o
rm -f tests/*.o
rm -f ../*.o
make[1]: Leaving directory '/home/long/Sirocco/source/tests'

A bit more clean up is needed