diff options
| author | 2023-07-25 17:51:07 -0500 | |
|---|---|---|
| committer | 2023-07-25 17:51:21 -0500 | |
| commit | 080b37cb3128c1cc5a3912476892c2444930fc71 (patch) | |
| tree | 3779cec45981224a0212488b0c084d307e560f28 /Makefile | |
| parent | Merge pull request #1231 from sogaiu/tweak-file-open-doc (diff) | |
Update CHANGELOG.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,7 +48,7 @@ SONAME_SETTER=-Wl,-soname, # For cross compilation HOSTCC?=$(CC) HOSTAR?=$(AR) -CFLAGS?=-O2 -g +CFLAGS?=-O2 LDFLAGS?=-rdynamic RUN:=$(RUN) @@ -364,7 +364,7 @@ build/janet.tmLanguage: tools/tm_lang_gen.janet $(JANET_TARGET) $(RUN) $(JANET_TARGET) $< > $@ compile-commands: - # Requires pip install copmiledb + # Requires pip install compiledb compiledb make clean: |
