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
This commit is contained in:
pah arif 2020-04-12 02:01:28 +08:00 committed by GitHub
parent 5ff5be388f
commit b4af1b2cc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1,5 @@
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"