summaryrefslogtreecommitdiff
path: root/PcsxSrc
diff options
context:
space:
mode:
Diffstat (limited to 'PcsxSrc')
-rw-r--r--PcsxSrc/Linux/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/PcsxSrc/Linux/Makefile b/PcsxSrc/Linux/Makefile
index 3f194c9..6a6ca1d 100644
--- a/PcsxSrc/Linux/Makefile
+++ b/PcsxSrc/Linux/Makefile
@@ -53,7 +53,10 @@ pcsx: ${OBJS}
.PHONY: clean pcsx
clean:
- ${RM} *.o ../*.o ../${CPU}/*.o pcsx GladeGui.* GladeFuncs.*
+ ${RM} *.o ../*.o ../${CPU}/*.o pcsx
+
+fullclean: clean
+ ${RM} GladeGui.* GladeFuncs.*
../%.o: ../%.c
${CC} ${CFLAGS} -c -o $@ $<