Espresso 0.0.1f
This commit is contained in:
4
Makefile
4
Makefile
@ -41,13 +41,11 @@ INTERNAL_OBJS := $(CRTI_OBJ) $(OBJS) $(CRTN_OBJ)
|
||||
build: all iso run
|
||||
|
||||
# === Build all targets and clean ===
|
||||
buildc: test all iso run clean
|
||||
buildc: all iso run clean
|
||||
|
||||
# === Default target ===
|
||||
all: $(TARGET)
|
||||
|
||||
test:
|
||||
printf $(CRTI_OBJ)
|
||||
|
||||
# === Linking ===
|
||||
$(TARGET): ./arch/x86/boot/boot.o $(filter-out boot.o, $(OBJ_LINK_LIST))
|
||||
|
||||
Reference in New Issue
Block a user