remove pointless files

This commit is contained in:
sam 2024-07-24 20:48:30 +12:00
parent 05e0c12594
commit dc3d4adefa
5 changed files with 4 additions and 21 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.vscode
example

View file

@ -1,19 +0,0 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "macos-clang-arm64"
}
],
"version": 4
}

View file

@ -1,4 +1,4 @@
BINARY=test
BINARY=example
CC=gcc
CFLAGS=-I.

View file

@ -4,5 +4,5 @@
#include <stdio.h>
int main() {
printf("%s\n^ output\n", qbe_emit(Deftgt, sl_c_str(*sl_read_file("file.ssa"))));
printf("%s\n", qbe_emit(Deftgt, sl_c_str(*sl_read_file("file.ssa"))));
}

BIN
test

Binary file not shown.