Add .gitignore.
This commit is contained in:
parent
160525abde
commit
199f3a56bb
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
*.o
|
||||||
|
*.bin
|
||||||
|
*.img
|
||||||
|
*.elf
|
||||||
|
*.dSYM
|
||||||
|
tools/mkfs
|
||||||
|
ejudge.sh
|
||||||
2
Makefile
2
Makefile
@ -82,7 +82,7 @@ mbr.elf: mbr.o
|
|||||||
$(LD) -m elf_i386 -Ttext=0x7c00 $^ -o $@
|
$(LD) -m elf_i386 -Ttext=0x7c00 $^ -o $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.elf *.img *.bin *.o */*.o tools/mkfs
|
rm -f *.elf *.img *.bin *.o */*.o tools/mkfs ejudge.sh
|
||||||
|
|
||||||
tools/%: tools/%.c
|
tools/%: tools/%.c
|
||||||
gcc -Wall -Werror -g $^ -o $@
|
gcc -Wall -Werror -g $^ -o $@
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user