SHELL = /bin/bash

.SILENT:

all: make_statement 

make_statement:
	echo "--> Knoppix"
