Added Make install and fix to main

This commit is contained in:
Alex Selimov 2020-01-13 09:49:42 -05:00
parent 8fc91f4dd2
commit 1f1598dec9
2 changed files with 9 additions and 0 deletions

View file

@ -29,6 +29,10 @@ cleantest:
test: testfuncs
./testfuncs
.PHONY: install
install: cacmb
cp ./cacmb /usr/local/bin
$(OBJECTS) : parameters.o
atoms.o subroutines.o testfuncs.o box.o : functions.o
main.o io.o $(MODES) $(OPTIONS) : elements.o