diff options
| author | Mistivia <i@mistivia.com> | 2025-03-25 23:19:45 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-03-25 23:19:45 +0800 |
| commit | b2be728e0cf6f024ecc524b28806012c53ca5206 (patch) | |
| tree | bc37a990af8cb9ee6a15565920e43192bc4744ca /Makefile | |
| parent | 93d6f231d59b413b091b7e15a8af246a8b105c65 (diff) | |
disable assembler
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ obj = $(src:.c=.o) tests=$(shell find tests/ -name '*.c') tests_bin=$(tests:.c=.bin) -all: $(target) fvm-as +all: $(target) # fvm-as fvm-as: $(obj) src/as_main.c $(cc) $(cflags) $(ldflags) $^ -o $@ |
