2 lines
92 B
Makefile
2 lines
92 B
Makefile
all:
|
|
g++ -lrt -std=c++17 src/main.cpp src/usermanager.cpp src/guarder.cpp -o ncsambawatcher
|