mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
a8d7195777
You can now use cosmopolitan.h with an ANSI C89 compiler like MSVC. The Cosmopolitan codebase itself won't support being compiled that way. But you can build objects that link against Cosmopolitan using any compiler and you can furthermore use tools like IntelliSense that can't even GNU See also #40
10 lines
358 B
Makefile
10 lines
358 B
Makefile
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
|
|
#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘
|
|
|
|
.PHONY: o/$(MODE)/tool
|
|
o/$(MODE)/tool: \
|
|
o/$(MODE)/tool/build \
|
|
o/$(MODE)/tool/decode \
|
|
o/$(MODE)/tool/hash \
|
|
o/$(MODE)/tool/net \
|
|
o/$(MODE)/tool/viz
|