diff options
| author | Marko Kreen | 2013-01-05 23:09:06 +0000 |
|---|---|---|
| committer | Marko Kreen | 2013-01-05 23:09:06 +0000 |
| commit | fa434093c39600a29bed2c37f94658bbeebf3d85 (patch) | |
| tree | a3a96755e3c2129152f849eb0797526611f32887 | |
| parent | 10b956e4a7cbc5e5e672a7698270f82478c9f349 (diff) | |
test: clean fmod_test
| -rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 5dc4ba0..dc8d339 100644 --- a/test/Makefile +++ b/test/Makefile @@ -39,3 +39,7 @@ test_config.h: force_compat.sed ../usual/config.h $(E) " GEN-COMPAT" $@ $(Q) sed -f $^ > $@ +clean: clean-local + +clean-local: + $(Q) $(RM) -r fmod_test |
