diff options
| author | Mistivia <i@mistivia.com> | 2025-03-26 19:10:25 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-03-26 19:10:25 +0800 |
| commit | 312716a295626f2b60b41777728c7f220fee843d (patch) | |
| tree | 5747882b5a662c29a734dc66486035f93fe42990 /Makefile | |
| parent | b2be728e0cf6f024ecc524b28806012c53ca5206 (diff) | |
finish fvm-as
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 $@ |
