consolidate all repos to one for archive
This commit is contained in:
7
semester_2/uvod_v_operacijske_sisteme/dodatna/Makefile
Normal file
7
semester_2/uvod_v_operacijske_sisteme/dodatna/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
all: clean streznik odjemalnik
|
||||
streznik: streznik.cpp
|
||||
g++ -pthread -lrt streznik.cpp -o streznik
|
||||
odjemalnik: odjemalnik.cpp
|
||||
g++ -pthread -lrt odjemalnik.cpp -o odjemalnik
|
||||
clean:
|
||||
rm -f odjemalnik streznik vhod izhod izklop
|
Reference in New Issue
Block a user