mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typos
This commit is contained in:
parent
20362b26c7
commit
d0f589d3b4
1 changed files with 2 additions and 2 deletions
|
@ -53,14 +53,14 @@ proxy: iso $(PROXYFILES)
|
|||
$Q./create_proxy.sh $(foreach FILE, $(PROXYFILES), $(FILE))
|
||||
$Qmv *_proxy iso/
|
||||
$Qcp ../hermit.bin iso
|
||||
$Qgenisoimage -R -J -o proxy-image.iso iso
|
||||
$Qgenisoimage -R -J -input-charset utf8 -o proxy-image.iso iso
|
||||
|
||||
clean:
|
||||
@echo Cleaning tools
|
||||
$Q$(RM) -rf *.o *~ *.bin *.obj *.h
|
||||
|
||||
veryclean: clean
|
||||
@Q$(RM) -rf iso
|
||||
$Q$(RM) -rf iso
|
||||
|
||||
depend:
|
||||
$(CC) -MM $(CFLAGS) *.c > Makefile.dep
|
||||
|
|
Loading…
Add table
Reference in a new issue