fixed path in run target

This commit is contained in:
Lexxy Fox 2023-11-01 14:23:05 -05:00
parent 16037b5000
commit 1786b8b3ae

View File

@ -68,7 +68,7 @@ all: glxgears
-include glxgears.d
run: glxgears
vblank_mode=0 __GL_SYNC_TO_VBLANK=0 $<
vblank_mode=0 __GL_SYNC_TO_VBLANK=0 ./$<
clean:
$(RM) glxgears glxgears.i glxgears.s glxgears.o