OSDN Git Service

Completely rearchitected the sysdeps directory.
[uclinux-h8/uClibc.git] / libc / sysdeps / Makefile
1 all: linux
2
3 linux: dummy
4         make -C linux
5
6 clean:
7         rm -f *.o
8         make -C linux clean
9
10 .PHONY: dummy