Added Make install and fix to main
This commit is contained in:
parent
8fc91f4dd2
commit
1f1598dec9
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue