Skip to content

Commit

Permalink
restore puppet make target
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Mar 3, 2011
1 parent 48757c4 commit 75b4d1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@
*.o
eppipe
eppipe-32
eppipe-64
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -6,6 +6,8 @@ CFLAGS += -Wall -ggdb -Wextra -pedantic -std=c99

all: $(TARGETS)

puppet: $(PUPPET_TARGETS)

.PHONY : force
force: clean all

Expand Down

0 comments on commit 75b4d1c

Please sign in to comment.