From cdbb43ea328883261c6f71e6e44b16ae39173fa6 Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 21 Jun 2002 23:45:51 +0000 Subject: Still working... --- psxdev/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 psxdev/Makefile (limited to 'psxdev/Makefile') 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 + -- cgit v1.2.3