mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
We'll still need to tweak it so that it looks for includes and libraries somewhere more sensible than "where we happened to find them on Erinn's system"; so that tests and tools get built too; so that it's a bit documented; and so that we actually try running the output. Work done with Erinn Clark.
5 lines
96 B
Text
5 lines
96 B
Text
all:
|
|
cd src/common
|
|
$(MAKE) /F Makefile.nmake
|
|
cd ../../src/or
|
|
$(MAKE) /F Makefile.nmake
|