Files
RedBear-OS/tests/Makefile
T
2018-03-03 10:08:16 -07:00

6 lines
128 B
Makefile

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