
test: test.bas
	/opt/freebasic/bin/fbc -g -lang fb test.bas

clean:
	rm -f test

