初始化写一半了
This commit is contained in:
11
Identification/src/makefile
Normal file
11
Identification/src/makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
all:init
|
||||
|
||||
Lib=/home/orangepi/RKApp/Identification/NetraLib/src/Netra.cpp
|
||||
Dir=/home/orangepi/RKApp/Identification/NetraLib/include
|
||||
|
||||
init:main.cpp
|
||||
g++ -g -o init main.cpp $(Lib) -I$(Dir)
|
||||
mv init ../bin/
|
||||
|
||||
clean:
|
||||
rm -rf ../bin/init
|
||||
Reference in New Issue
Block a user