revert of mass delete of the posix subsystem. perhaps there is hope for it yet.
[reactos.git] / posix / lib / Makefile
1 # $Id: Makefile,v 1.3 2002/10/29 04:45:26 rex Exp $
2 # posix/lib/Makefile
3 #
4 PATH_TO_TOP=../../reactos
5
6 PATH_TO_PSX_TOP = ../..
7
8 all:
9 make -C psxdll psxdll.a
10 make -C psxx psxx.a
11
12 clean:
13 - $(RM) *.a
14
15 include $(PATH_TO_TOP)/rules.mak
16
17 # EOF