Skip to content

Commit 303b67b

Browse files
committed
Symlink makefile
1 parent 8016113 commit 303b67b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

madmatrix/model_handling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@ def generate_process_files(self):
18441844
super().generate_process_files()
18451845
# NB: symlink of cudacpp.mk to makefile is overwritten by madevent makefile if this exists (#480)
18461846
# NB: this relies on the assumption that cudacpp code is generated before madevent code
1847-
#files.ln(pjoin(self.path, 'cudacpp.mk'), self.path, 'makefile')
1847+
files.ln(pjoin(self.path, "..", "Makefile"), self.path, "Makefile")
18481848

18491849
# AV - replace the export_cpp.OneProcessExporterCPP method (add debug printouts and multichannel handling #473)
18501850
def edit_mgonGPU(self):

0 commit comments

Comments
 (0)