BINARY=timesheet GHCFLAGS=-cpp -Onot all: ghc --make ${GHCFLAGS} -o ${BINARY} Main.hs clean: rm -rf *.o *.hi *~ ${BINARY}