summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Slimber/Makefile.inc')
-rw-r--r--Slimber/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/Slimber/Makefile.inc b/Slimber/Makefile.inc
index 045ef17..904bc83 100644
--- a/Slimber/Makefile.inc
+++ b/Slimber/Makefile.inc
@@ -2,7 +2,7 @@ SLIMBER_TARGET = Slimber/slimber
SLIMBER_SOURCES = \
Slimber/main.cpp
SLIMBER_OBJECTS = \
- $(SLIMBER_SOURCES:.cpp=.o) \
+ $(SLIMBER_SOURCES:.cpp=.o)
.PHONY: slimber
slimber: $(SLIMBER_TARGET)
@@ -14,3 +14,5 @@ $(SLIMBER_TARGET): $(SWIFTEN_TARGET) $(SLIMBER_OBJECTS)
CLEANFILES += $(SLIMBER_OBJECTS)
DEPS += \
$(SLIMBER_SOURCES:.cpp=.dep) \
+
+include Slimber/Cocoa/Makefile.inc