summaryrefslogtreecommitdiff
path: root/psxdev/Makefile
diff options
context:
space:
mode:
authorPixel <Pixel>2002-06-21 23:45:51 +0000
committerPixel <Pixel>2002-06-21 23:45:51 +0000
commitcdbb43ea328883261c6f71e6e44b16ae39173fa6 (patch)
tree81565694986eef4722a770f1e3a5e7977a359a00 /psxdev/Makefile
parent026e1c60db7b6596a50f325f05fdd54d4a404127 (diff)
Still working...
Diffstat (limited to 'psxdev/Makefile')
-rw-r--r--psxdev/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/psxdev/Makefile b/psxdev/Makefile
new file mode 100644
index 0000000..3db2a0f
--- /dev/null
+++ b/psxdev/Makefile
@@ -0,0 +1,10 @@
+TARGETS=bs.o idctfst.o jfdctint.o vlc.o
+
+CC=gcc
+CPPFLAGS=-march=i386 -O3
+
+all: $(TARGETS)
+
+clean:
+ rm -f *.o
+