mirror of
https://github.com/13hannes11/UU_la_parallel_programming_practical_assignments.git
synced 2024-09-04 00:50:58 +02:00
add compile_and_run_script
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
*/*
|
||||
!*/*.cpp
|
||||
!*/*.h
|
||||
!.gitignore
|
||||
!.gitignore
|
||||
!*/*.sh
|
||||
1
Assignment_2/compile_and_run.sh
Executable file
1
Assignment_2/compile_and_run.sh
Executable file
@@ -0,0 +1 @@
|
||||
g++ -g main.cpp -lpthread && ./a.out
|
||||
Reference in New Issue
Block a user