Clean ramdisk image .s too
This commit is contained in:
parent
5c55d94007
commit
cac387bc1e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ MAKEDEV=/usr/bin/MAKEDEV
|
|||
all: image.c image.s
|
||||
|
||||
clean:
|
||||
rm -rf $(PROGRAMS) bintoc image image.c t proto.gen
|
||||
rm -rf $(PROGRAMS) bintoc image image.c image.s t proto.gen
|
||||
|
||||
image.c: bintoc image
|
||||
./bintoc -o $@ image
|
||||
|
|
Loading…
Reference in a new issue