mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
e802199cb3
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.
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
|