Fix Makefile typo

This commit is contained in:
Dave 2020-04-15 10:59:26 -05:00
parent e294f0164e
commit ae5aa3316d
1 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ clean:
make -f Makefile.test clean
cleanall:
make -f $(TARGET_MAKEFILE)
cleanall
make -f $(TARGET_MAKEFILE) cleanall
make -f Makefile.test cleanall