diff options
| author | Elis Eriksson <spelis@spelis.li> | 2026-06-20 11:26:50 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis@spelis.li> | 2026-06-20 11:26:50 +0200 |
| commit | de91ec0542aea5959376ee0d2c9d486268dd9392 (patch) | |
| tree | 2720ad71b20b9fcb6bf4a32d3890cf94a3e0d77a /Makefile | |
| parent | cbdca328495a772716f14b1e95a7ab7d6450cc27 (diff) | |
| download | bfc-de91ec0542aea5959376ee0d2c9d486268dd9392.tar bfc-de91ec0542aea5959376ee0d2c9d486268dd9392.tar.gz bfc-de91ec0542aea5959376ee0d2c9d486268dd9392.tar.bz2 bfc-de91ec0542aea5959376ee0d2c9d486268dd9392.tar.lz bfc-de91ec0542aea5959376ee0d2c9d486268dd9392.tar.xz bfc-de91ec0542aea5959376ee0d2c9d486268dd9392.tar.zst bfc-de91ec0542aea5959376ee0d2c9d486268dd9392.zip | |
Add a README, replace the shell script with C code. Add a LICENSE.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CFLAGS := -Isrc -MMD -MP -Wall -Wextra -LDFLAGS := +LDFLAGS := -Wall -Wextra TARGET = build/bfc |
