diff options
author | Camil Staps | 2018-12-24 14:40:24 +0100 |
---|---|---|
committer | Camil Staps | 2018-12-24 14:40:24 +0100 |
commit | 4d24cd1e3c8a35df8ea872dda22f431b46c3c64f (patch) | |
tree | 5ed2940fe858ddf8d0f72e8a685ff0578de5f862 /Makefile | |
parent | Fix compilation for constant functions (allocate space for return value) (diff) |
Divide in modules
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ CLM:=clm CLMFLAGS:=-IL Platform -nr -nt override CFLAGS:=-Wall -Wextra -Werror -Ofast $(CFLAGS) -BIN:=sjit +BIN:=isjit all: $(BIN) |