From bd18cd8c67fd97f6bf0dceffae68799730ec582c Mon Sep 17 00:00:00 2001 From: toni Date: Sun, 12 Apr 2015 17:21:18 +0200 Subject: exploiting x64's as well --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3096572..ffc2660 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,8 @@ ifeq ($(LBITS),64) -$(CC) $(CFLAGS) $(X64_FLAGS) $(OCFLAGS) -o $@_x64 $< endif +rebuild: clean all + clean: $(RM) -f *.o $(RM) -f $(TARGETS) $(patsubst %,%_x64,$(TARGETS)) -- cgit v1.2.3