Fix Makefile typo

This commit is contained in:
Dave 2020-04-15 10:59:26 -05:00
parent e294f0164e
commit ae5aa3316d

View File

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