diff options
Diffstat (limited to 'PcsxSrc/Makefile')
-rw-r--r-- | PcsxSrc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |