raylib/projects/VSCode_tcc_win
pah arif b4af1b2cc0
add makefile to support multiple C files (#1195)
* tcc-based vscode project for windows

Signed-off-by: misterpah <misterpah@gmail.com>

* add makefile to support multiple C files
2020-04-11 20:01:28 +02:00
..
.vscode add makefile to support multiple C files (#1195) 2020-04-11 20:01:28 +02:00
main.c tcc-based vscode project for windows (#1191) 2020-04-11 11:23:00 +02:00
main.code-workspace tcc-based vscode project for windows (#1191) 2020-04-11 11:23:00 +02:00
Makefile add makefile to support multiple C files (#1195) 2020-04-11 20:01:28 +02:00
README.md add makefile to support multiple C files (#1195) 2020-04-11 20:01:28 +02:00

How to use

  1. Rename Folder
  2. open workspace (main.code-workspace)
  3. edit Makefile to include your files
  4. F5 and choose "build & run"