diff --git a/playfield.c b/playfield.c index 2f640f9..54ea910 100644 --- a/playfield.c +++ b/playfield.c @@ -8,7 +8,7 @@ ** playfield example in C/SDL ** ** CHANGES : see changes.txt ** ********************************************************/ -/* to compile: cc name.c -lSDL2 -lm */ +/* to compile: cc playfield.c -lSDL2 -lm */ #include #include