Skip to content

Commit 619016c

Browse files
author
JimTheScientist
committed
use object list in clean command bash
1 parent d939525 commit 619016c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ ifeq ($(host_os),windows)
115115
del /S *.bin *.o *.elf
116116
else ifeq ($(host_os),linux)
117117
rm -rf *.bin *.o *.elf
118-
rm -rf kernel/*.o x86-boot/*.bin x86-boot/*.o
118+
rm -rf ${OBJ}
119119
endif

0 commit comments

Comments
 (0)