summaryrefslogtreecommitdiff
path: root/MegamanX5/Makefile
diff options
context:
space:
mode:
authorPixel <Pixel>2002-07-19 12:52:47 +0000
committerPixel <Pixel>2002-07-19 12:52:47 +0000
commit492ca575941d0e30b3725bf7a9966cab8df7e238 (patch)
tree5cd34563c530988291691bd0a2a671e1a416b0e2 /MegamanX5/Makefile
parent2d5f7c1052fb4206cc46fffe236ebfcac4ee316f (diff)
Moved everything in the right place. Cleaner now.
Diffstat (limited to 'MegamanX5/Makefile')
-rwxr-xr-xMegamanX5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/MegamanX5/Makefile b/MegamanX5/Makefile
index 80db8f8..c655df9 100755
--- a/MegamanX5/Makefile
+++ b/MegamanX5/Makefile
@@ -1,14 +1,14 @@
#!/usr/bin/make -f
-CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror -I..
+CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror -I../includes
CXX=g++
TARGET = unarc
all: ${TARGET}
-unarc: unarc.o ../fileutils.h ../fileutils.cpp ../generic.h ../generic.cpp Makefile
- ${CXX} ${LDFLAGS} unarc.o ../fileutils.o ../generic.o -o unarc
+unarc: unarc.o ../includes/fileutils.h ../lib/fileutils.cpp ../includes/generic.h ../lib/generic.cpp Makefile
+ ${CXX} ${LDFLAGS} unarc.o ../lib/fileutils.o ../lib/generic.o -o unarc
clean:
rm -f *.o ${TARGET} compil.c