reactos/posix/lib/Makefile
Emanuele Aliberti ef773a3f6b PSX: minor changes to the 'posix' module for enabling full compilation.
Q: should the dk for a subsystem be contained in that subsystem's tree?

svn path=/trunk/; revision=3595
2002-10-01 20:21:45 +00:00

18 lines
241 B
Makefile

# $Id: Makefile,v 1.1 2002/10/01 20:21:45 ea Exp $
# posix/lib/Makefile
#
PATH_TO_TOP=../../reactos
PATH_TO_PSX_TOP = ../..
all:
make -C psxdll psxdll.a
make -C psxx psxx.a
clean:
- $(RM) *.a
include $(PATH_TO_TOP)/rules.mak
# EOF