Clean target missing prefix for object files
This commit is contained in:
parent
c946697e7c
commit
786789490e
4
Makefile
4
Makefile
@ -107,7 +107,7 @@ bench: test/run-benchmarks$(E)
|
||||
test/run-benchmarks
|
||||
|
||||
clean: clean-platform
|
||||
$(RM) -f *.o *.a test/run-tests$(E) test/run-benchmarks$(E)
|
||||
$(RM) -f src/*.o *.a test/run-tests$(E) test/run-benchmarks$(E)
|
||||
|
||||
distclean: distclean-platform
|
||||
$(RM) -f *.o *.a test/run-tests$(E) test/run-benchmarks$(E)
|
||||
$(RM) -f src/*.o *.a test/run-tests$(E) test/run-benchmarks$(E)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user