Fix typographical errors in Makefile

"prodos_cat" executable is erroneously referenced as "prodoscat" in "install:" and "clean:"
This commit is contained in:
advorak 2021-09-11 06:13:09 +02:00 committed by GitHub
parent 799a9dbbee
commit cc6ebf9226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ prodos_time.o: prodos_time.c prodos.h
install:
cp prodos mkprodosfs prodoscat text_to_prodos $(INSTALL_LOC)
cp prodos mkprodosfs prodos_cat text_to_prodos $(INSTALL_LOC)
clean:
rm -f *~ *.o prodos mkprodosfs prodoscat text_to_prodos
rm -f *~ *.o prodos mkprodosfs prodos_cat text_to_prodos