Makefile: fix a typo

"IMAGES" was misspelled.
This commit is contained in:
Albert Hopkins 2015-03-15 12:56:18 +00:00
parent 05544efe41
commit df92b10200
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ eclean: $(COMPILE_OPTIONS)
clean:
rm -f partitions device-map $(IMAGS)/*.tmp
rm -f partitions device-map $(IMAGES)/*.tmp
rm -rf --one-file-system -- $(CHROOT)
realclean: clean