diff options
Diffstat (limited to 'loader')
-rw-r--r-- | loader/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/loader/Makefile b/loader/Makefile index 9cdade84f6..b76849ad6f 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -50,6 +50,5 @@ qtx/list: qtx/list.c $(TEST_OBJS) clean:: rm -f dshow/*.o dshow/*.a dshow/*~ rm -f dmo/*.o dmo/*.a dmo/*~ - -distclean:: rm -f dshow/test dshow/test.raw + rm -f qtx/list qtx/qtxload |