script edits
This commit is contained in:
@@ -18,6 +18,7 @@ $(TARGET): crt0.o main.o ../lib/rlibc.a
|
||||
$(LD) $(LDFLAGS) -T linker.ld crt0.o main.o ../lib/rlibc.a -o $(TARGET)
|
||||
|
||||
clean:
|
||||
rm -f *.o $(TARGET)
|
||||
rm -f *.o $(TARGET) compile_commands.json
|
||||
rm -rf .cache
|
||||
|
||||
.PHONY: all clean test
|
||||
Reference in New Issue
Block a user