diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-26 15:37:31 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-26 15:37:31 -0400 |
| commit | 2a1a62564f7c0477f8517ba36fdbba7b2e5b65d7 (patch) | |
| tree | 61c80135905164b46a1e54d4ff76403549b5c6f4 /Makefile | |
| parent | f56283837ea0ccd23a90af7f334d48c5b147bfc4 (diff) | |
Simplify make rule
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -100,8 +100,7 @@ build/lib/$(LIB_FILE): $(STDLIB_OBJS) build/lib/$(AR_FILE): $(STDLIB_OBJS) @mkdir -p build/lib - @echo ar -rcs $@ $^ - @ar -rcs $@ $^ + ar -rcs $@ $^ tags: ctags src/*.[ch] src/stdlib/*.[ch] |
