test: *.c cc *.c -o test run: test ./test $(CMDARGS) clean: rm -rf *.o test