aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5c99593..73a4a14 100644
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,7 @@ obj = $(src:.c=.o)
tests=$(shell find tests/ -name '*.c')
tests_bin=$(tests:.c=.bin)
-all: $(target) fvm-as
-
-fvm-as: $(obj) src/as_main.c
- $(cc) $(cflags) $(ldflags) $^ -o $@
+all: $(target)
full: all $(tests_bin)