mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6 lines
96 B
Makefile
6 lines
96 B
Makefile
|
all:
|
||
|
cd src/common
|
||
|
$(MAKE) /F Makefile.nmake
|
||
|
cd ../../src/or
|
||
|
$(MAKE) /F Makefile.nmake
|