From 75d6916ec69878af6649dd41ccdc41b5df807230 Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 27 Sep 2002 20:36:49 +0000 Subject: Adding missing files --- PcsxSrc/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 PcsxSrc/Makefile (limited to 'PcsxSrc') diff --git a/PcsxSrc/Makefile b/PcsxSrc/Makefile new file mode 100644 index 0000000..25f8d79 --- /dev/null +++ b/PcsxSrc/Makefile @@ -0,0 +1,5 @@ +all: + make -C Linux + +clean: + make -C Linux clean -- cgit v1.2.3