summaryrefslogtreecommitdiff
path: root/PcsxSrc
diff options
context:
space:
mode:
authorPixel <Pixel>2002-09-27 20:36:49 +0000
committerPixel <Pixel>2002-09-27 20:36:49 +0000
commit75d6916ec69878af6649dd41ccdc41b5df807230 (patch)
treedcad3360e3b190f129bc13e6af6e0f9fe8569755 /PcsxSrc
parent28806bc90b9555e78944e80e78e90debfa632b4b (diff)
Adding missing files
Diffstat (limited to 'PcsxSrc')
-rw-r--r--PcsxSrc/Makefile5
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