summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/Makefile2
-rw-r--r--images/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/css/Makefile b/css/Makefile
index 6ee6807..d201ab9 100644
--- a/css/Makefile
+++ b/css/Makefile
@@ -28,7 +28,7 @@ all: libcss.a
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
%.cpp: %.css
- $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b $<
+ $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "text/css" $<
### Targets:
diff --git a/images/Makefile b/images/Makefile
index 50853b9..d790b52 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -28,7 +28,7 @@ all: libimages.a
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
%.cpp: %.png
- $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b $<
+ $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "image/png" $<
### Targets: