CompPhysVienna / n2p2

n2p2 - A Neural Network Potential Package
https://compphysvienna.github.io/n2p2/
GNU General Public License v3.0
217 stars 82 forks source link

Please use $(MAKE) for GNU make executable #114

Closed yurivict closed 2 years ago

yurivict commented 3 years ago

For example here https://github.com/CompPhysVienna/n2p2/blob/master/src/makefile#L46

make executable can have different names on different systems. $(MAKE) by definition is a correct name.