summaryrefslogtreecommitdiff
path: root/fluid/Makefile
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-02-27 17:27:21 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-02-27 17:27:21 +0000
commitd67e9ccb73bff691d5e5ae53fab64206558c3069 (patch)
tree414c78d51f18d4d666e47d9c9ddaefbe422a419e /fluid/Makefile
parent85b45416e74106910a7f087e633f80615c67de80 (diff)
Fix compiler warnings (STR #2988) - final commit.
This commit includes all fixes from branch-1.3 (svn r 11243) and additional fixes for warnings that crept in during the porting efforts, particularly C++ ("//") comments in C and included header files, and some more. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11246 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Makefile')
-rw-r--r--fluid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Makefile b/fluid/Makefile
index a6ee5716d..f1602587f 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -57,7 +57,7 @@ fluid-shared$(EXEEXT): $(OBJECTS) ../src/$(DSONAME) ../src/$(FLDSONAME) \
$(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LINKSHARED) $(LDLIBS)
clean:
- -$(RM) *.o core.* *~ *.bck *.bck *.bak
+ -$(RM) *.o core.* *~ *.bck *.bak
-$(RM) core fluid$(EXEEXT) fluid-shared$(EXEEXT)
-$(RM) fluid.app/Contents/MacOS/fluid$(EXEEXT)