X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=posix%2Flib%2Fpsxdll%2FMakefile;h=506d052e8a794dd1905a07e950f181fbf9cf38a4;hp=238292026dcde4b9af03aa961e75b816095d1054;hb=e23995664a5b5e8edbd15db1cfba2e5e327db100;hpb=59562362a87956135a9735191cb1fe5f70ce18f7;ds=sidebyside diff --git a/posix/lib/psxdll/Makefile b/posix/lib/psxdll/Makefile index 238292026dc..506d052e8a7 100644 --- a/posix/lib/psxdll/Makefile +++ b/posix/lib/psxdll/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 2002/03/21 22:49:24 hyperion Exp $ +# $Id: Makefile,v 1.7 2002/03/23 18:13:33 hyperion Exp $ PATH_TO_TOP = ../../../.. @@ -28,7 +28,7 @@ TARGET_CFLAGS =\ TARGET_OBJECTS = $(TARGET_NAME).o -TARGET_CLEAN = $(OBJECTS) +TARGET_CLEAN = $(OBJECTS) csrapi.a include $(PATH_TO_TOP)/rules.mak include $(TOOLS_PATH)/helper.mk