diff --git a/.gitignore b/.gitignore index 7b60b93..f4dc473 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *.swp *.o -abuse_example +abusexmp diff --git a/Makefile b/Makefile index ecbf2ec..d78c693 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TARGET := abuse_example +TARGET := abusexmp OBJS := $(TARGET:=.o) abuse.o C := /usr/bin/gcc