diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/.gitignore | 1 | ||||
| -rw-r--r-- | test/test.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/test/.gitignore @@ -0,0 +1 @@ +test diff --git a/test/test.c b/test/test.c index 8dd4996..4f9df76 100644 --- a/test/test.c +++ b/test/test.c @@ -1,4 +1,4 @@ -// @BAKE @CC -std=c23 ../object/libchad.so +// @BAKE @CC -std=c23 ../object/libchad.a #include "../chad.h" int main () { dictate ( "cogito ergo sum\n" ); |
