mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Build libsla from the Makefile
This commit is contained in:
parent
55aa4a766c
commit
d2012f71ab
1 changed files with 4 additions and 1 deletions
|
@ -346,10 +346,13 @@ int main(int argc,char **argv)
|
|||
--
|
||||
--LNK=src/libsla.a
|
||||
--
|
||||
--libsla.a:
|
||||
-- $(MAKE) -C src/ $@
|
||||
--
|
||||
--sleighexample.o: sleighexample.cc
|
||||
-- $(CXX) -c $(DBG_CXXFLAGS) $(INCLUDES) $< -o $@
|
||||
--
|
||||
--sleighexample: sleighexample.o
|
||||
--sleighexample: sleighexample.o libsla.a
|
||||
-- $(CXX) $(DBG_CXXFLAGS) -o sleighexample sleighexample.o $(LNK)
|
||||
--
|
||||
--clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue