# win alatt mingw32-make a make neve # nagyon butuska makefile help: @echo make [one\|two\|three\|four] # win alatt \| helyett ^| kell one : @echo 1 two : one @echo 2 three : two one @echo 3 four : two @echo 4