diff options
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 $@ |
