aboutsummaryrefslogtreecommitdiff
path: root/pix_preview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pix_preview/Makefile')
-rw-r--r--pix_preview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pix_preview/Makefile b/pix_preview/Makefile
index 0c0b38f..ef0a321 100644
--- a/pix_preview/Makefile
+++ b/pix_preview/Makefile
@@ -27,8 +27,8 @@ clean:
distro: clean all
rm *.o
-.cpp.o:
- g++ $(GEM2PNM_CPPFLAGS) $(GEM2PNM_INCLUDE) -o $*.o -c $*.cpp
+.cc.o:
+ g++ $(GEM2PNM_CPPFLAGS) $(GEM2PNM_INCLUDE) -o $*.o -c $*.cc
.c.o:
gcc $(GEM2PNM_CPPFLAGS) $(GEM2PNM_INCLUDE) -o $*.o -c $*.c