diff options
| author | Emil Williams | 2026-02-18 01:24:57 +0000 |
|---|---|---|
| committer | Emil Williams | 2026-02-18 01:24:57 +0000 |
| commit | 8035daa04137c5412050a2f30e6748db256a576b (patch) | |
| tree | 379fef43cc5182b21328eed19ccfdf15c8e96648 /test/test.c | |
| parent | 959be89c2083ac9f6e12549616e636e54916e007 (diff) | |
| download | libchad-8035daa04137c5412050a2f30e6748db256a576b.tar.xz libchad-8035daa04137c5412050a2f30e6748db256a576b.tar.zst | |
better Makefile
Diffstat (limited to 'test/test.c')
| -rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" ); |
