mirror of
https://github.com/nmap/nmap.git
synced 2026-01-10 16:39:04 +00:00
Change another "make" to "$(MAKE)", thanks olli hauer.
This commit is contained in:
@@ -32,5 +32,5 @@ blas/blas.a:
|
||||
cd blas; $(MAKE) OPTFLAGS='$(CFLAGS)' CC='$(CC)';
|
||||
|
||||
clean:
|
||||
cd blas; make clean
|
||||
cd blas; $(MAKE) clean
|
||||
rm -f *~ tron.o linear.o train predict liblinear.so.$(SHVER) liblinear.a
|
||||
|
||||
Reference in New Issue
Block a user