Makefile 226 B

123456789
  1. # Makefile for uClibc-ng
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. top_srcdir=../
  4. top_builddir=../
  5. include $(top_builddir)Rules.mak
  6. all: libs
  7. include Makefile.in
  8. include $(top_srcdir)Makerules