Browse Source

* fix makefile

master
Alex 'AdUser' Z 9 years ago
parent
commit
4960a421da
  1. 2
      src/Makefile

2
src/Makefile

@ -20,7 +20,7 @@ imdb_1to2: imdb_1to2.c
clean:
rm -f *.o
rm -f imdb_*to*
rm -f imdb_?to?
rm -f util
rm -f util-static
rm -f libimgdup*

Loading…
Cancel
Save