aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2acfe75..4fe3609 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-CC=gcc
+CC=g++
all: etisnoop
-etisnoop: etisnoop.c lib_crc.c lib_crc.h
- $(CC) -Wall -ggdb etisnoop.c lib_crc.c -o etisnoop
+etisnoop: etisnoop.cpp lib_crc.c lib_crc.h
+ $(CC) -Wall -ggdb etisnoop.cpp lib_crc.c -o etisnoop
clean:
rm -f etisnoop *.o