diff --git a/tests/Makefile b/tests/Makefile index a94a12ec86..576dd028ae 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -36,7 +36,7 @@ vsynth1/0.pgm: videogen vsynth2/0.pgm: rotozoom @mkdir -p vsynth2 - ./rotozoom 'vsynth2/' + ./rotozoom 'vsynth2/' $(SRC_PATH)/tests/lena.pnm videogen: videogen.c $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $<