all:
	cc -Wall -Wunused -o newcommand newcommand.c
	@echo AFTER:
	./newcommand < test.ltx
