source: trunk/sys/Makefile @ 256

Last change on this file since 256 was 1, checked in by alain, 7 years ago

First import

File size: 200 bytes
Line 
1
2SUBDIR= dietlibc libm libpthread libgomp libmemc \
3        libz libcrypto libupc libphoenix TinyGL mk
4
5
6default: all
7
8$(SUBDIR)::
9        @cd $@ && $(MAKE) $(MAKECMDGOALS)
10
11all clean: $(SUBDIR)
12
13.PHONY: all clean
Note: See TracBrowser for help on using the repository browser.