We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e61705 commit 18fe80cCopy full SHA for 18fe80c
GNUmakefile
@@ -65,7 +65,7 @@ HEADERS=multiboot.h
65
OBJS = $(ASM_SRC:.S=.o) $(FORTH_SRC:.fs=.o) $(TESTING_SRC:.fs=.o) $(LISP_SRC:.lisp=.o)
66
67
$(KERNEL): $(OBJS) $(LINKER_SCRIPT)
68
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
69
70
clean:
71
-rm -f *.[do] kernel/*.[do] tests/*.[do] app/*.[do] lisp/*.[do] $(KERNEL) BUILTIN-FILES.S
0 commit comments