mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-03-04 06:10:23 +01:00
rm libtrexio after creating a copy in the lib directory
This commit is contained in:
parent
77289f1001
commit
be8386f770
@ -69,7 +69,7 @@ all: libtrexio.so fortran
|
||||
|
||||
libtrexio.so: $(OBJECT_FILES) $(HEADER_FILES)
|
||||
$(CC) -shared $(OBJECT_FILES) -o libtrexio.so
|
||||
cp libtrexio.so $(libdir)
|
||||
cp libtrexio.so $(libdir) && $(RM) -- libtrexio.so
|
||||
cp $(HEADER_FILES) $(includedir)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user