## # Project Title # # @file # @version 0.1 all: cc *.c -o stem clean: rm stem # end