mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-07-08 13:27:36 +02:00
Update clean target
This commit is contained in:
parent
6bb87679fb
commit
954416926f
1 changed files with 1 additions and 2 deletions
|
@ -16,5 +16,4 @@ test-float-system: test-float.c libm-test.c
|
||||||
$(CC) -g $< -DSYS_MATH_H -lm -o $@
|
$(CC) -g $< -DSYS_MATH_H -lm -o $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *~ *# test-double test-float test-double-system test-float-system
|
rm -fr *~ *# test-double test-float test-double-system test-float-system *.dSYM
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue