Updating the Makefile and .gitignore file to account for the previous renaming.

This commit is contained in:
Adam Cozzette 2011-09-20 13:39:16 -07:00
parent 1963bcd8b4
commit 393233c2ac
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
*.swp
*.o
abuse_example
abusexmp

View File

@ -1,4 +1,4 @@
TARGET := abuse_example
TARGET := abusexmp
OBJS := $(TARGET:=.o) abuse.o
C := /usr/bin/gcc