X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=erebus2020;a=blobdiff_plain;f=Makefile;fp=Makefile;h=ff4803acb523c7bdcfec10c3c0ff633ea4b63572;hp=1c27c0a000aaccdb2c84a8d6fdc7e2903ccc59fe;hb=11a8b7dc9f82d6ed298cb18c94b8053c41832fa1;hpb=29ae0aac16008cd44d73f2ac8320504b907be607 diff --git a/Makefile b/Makefile index 1c27c0a..ff4803a 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,4 @@ -PREFIX ?= /usr/local -opt_targ = erebus xerebus -opt_opt = -ffast-math -opt_dbg = -g -# -------------------------- -export PREFIX -export opt_opt -export opt_dbg +include cfg.mk .PHONY: all all: liberebus $(opt_targ) @@ -22,6 +15,9 @@ install: liberebus-install erebus-install xerebus-install .PHONY: uninstall uninstall: liberebus-uninstall erebus-uninstall xerebus-uninstall +cfg.mk: + ./configure + # --- liberebus --- .PHONY: liberebus liberebus: