removing object file
authorMicke Nordin <mickewiki@gmail.com>
Sun, 10 Jan 2010 16:03:37 +0000 (17:03 +0100)
committerMicke Nordin <mickewiki@gmail.com>
Sun, 10 Jan 2010 16:03:37 +0000 (17:03 +0100)
Makefile
php.cpp [changed mode: 0755->0644]
php.hpp [changed mode: 0755->0644]

index 4687025..b8be38f 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
 CC=g++
 CFLAGS=-c -g -Wall -fno-stack-protector
+CCFLAGS=-g -Wall
 LDFLAGS=-o
 mnencd : mnencd.o password.o mnenc.o php.o
-       $(CC) $(LDFLAGS) mnencd -g -Wall mnencd.o password.o mnenc.o php.o
+       $(CC) $(LDFLAGS) mnencd $(CCFLAGS) mnencd.o password.o mnenc.o php.o
 
 mnencd.o: mnencd.cpp password.hpp mnenc.hpp php.hpp
        $(CC) $(CFLAGS) mnencd.cpp
diff --git a/php.cpp b/php.cpp
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/php.hpp b/php.hpp
old mode 100755 (executable)
new mode 100644 (file)