porting/npl: Fix linux tests makefile clean target

clean target was failing if there was incomplete build.
This commit is contained in:
Szymon Janc
2023-07-20 21:56:27 +02:00
parent 188256f1ef
commit 9bf905ffd5
+1 -1
View File
@@ -99,7 +99,7 @@ show_objs:
### ===== Clean =====
clean:
@echo "Cleaning artifacts."
rm *~ .depend $(OBJS) *.o *.exe
rm -f .depend $(OBJS) *.o *.exe
### ===== Dependencies =====
### Rebuild if headers change