From 75b4d1cc1bf9796e52c9c34e8bf650645e90fbcf Mon Sep 17 00:00:00 2001 From: James Brown Date: Wed, 2 Mar 2011 19:37:04 -0800 Subject: [PATCH] restore puppet make target --- .gitignore | 2 ++ Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 12cabf9..d77519c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.o eppipe +eppipe-32 +eppipe-64 diff --git a/Makefile b/Makefile index f7b9c52..cb41557 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ CFLAGS += -Wall -ggdb -Wextra -pedantic -std=c99 all: $(TARGETS) +puppet: $(PUPPET_TARGETS) + .PHONY : force force: clean all