Makefile 128 B

12345
  1. write: write.c
  2. gcc -nostdinc -nostdlib -I ../include -I ../target/include $< ../target/debug/libc.a -o $@
  3. clean:
  4. rm -f write