Skip to content

Commit cf730c0

Browse files
committed
fix cleanup
1 parent 8f97fac commit cf730c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ unidec: universal-decoder.c decodefunc.c filefunc.c
1010
gtkunidec: gtk-decoder.c decodefunc.c filefunc.c
1111
$(CC) gtk-decoder.c `pkg-config --libs --cflags gtk+-3.0` -o gtkunidec
1212

13-
clean:
13+
clean: cleantest
1414
$(RM) unidec
1515
$(RM) gtkunidec
1616

0 commit comments

Comments
 (0)