diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-26 12:09:30 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-26 12:10:33 +0100 |
commit | a2525f2fc3f41c792065e61079e8e7126210529e (patch) | |
tree | d8e4b1d5c58c0b504a7962023a78a9d2b7a83e30 /Makefile | |
parent | 7854c6d1c129f1979434514f4716d89752608288 (diff) |
parse multiple expressions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -CS=ast.c com.c dis.c ht.c mem.c prs.c read.c state.c val.c vm.c -HS=ast.h chunk.h com.h dis.h ht.h mem.h prs.h read.h state.h util.h val.h vm.h +CS=ast.c com.c dis.c ht.c mem.c prs.c state.c val.c vm.c +HS=ast.h chunk.h com.h dis.h ht.h mem.h prs.h state.h util.h val.h vm.h CFLAGS=$(EXTRA_CFLAGS) -g -O3 -lm -Wall -Wpedantic -Werror=implicit-function-declaration bth: $(CS) $(HS) Makefile |