This commit is contained in:
2024-02-24 11:37:06 +01:00
commit 3bd57bd8f2
11 changed files with 188 additions and 0 deletions

15
lab_1/makefile Normal file
View File

@@ -0,0 +1,15 @@
tasks:
g++ 1b-1.cpp 1b-2.cpp 1b.h -o task1b
g++ 3.cpp -o task3
g++ 4.cpp -o task4
g++ 5.cpp -o task5
g++ 6.cpp -o task6
g++ 7.cpp -o task7
run:
$(info Name: Trygve)
./task1b
./task3
./task4
./task5
./task6
./task7