From 79ddcaa31a58e96ff76a33b552ec490d89f2b719 Mon Sep 17 00:00:00 2001 From: inglorion Date: Thu, 17 Oct 2013 21:29:54 -0700 Subject: [PATCH] make gem now generates gems with default paths, architecture and format --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d6d4b8f..7ba4885 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,8 @@ Makefile.cfg : configure ./configure gem-$(VERSION) : lib compiler voodoo.gemspec + rm lib/voodoo/config.rb + $(MAKE) DEFAULT_ARCHITECTURE=auto DEFAULT_FORMAT=elf NASM=nasm GAS=as $(GEM) build voodoo.gemspec voodoo.gemspec : voodoo.gemspec.in Makefile.cfg -- 2.11.4.GIT