Makefile 73 B

1234567
  1. all: otrx
  2. otrx:
  3. $(CC) $(CFLAGS) -o $@ otrx.c -Wall
  4. clean:
  5. rm -f otrx