X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=erebus2020;a=blobdiff_plain;f=Makefile;h=ff4803acb523c7bdcfec10c3c0ff633ea4b63572;hp=1c27c0a000aaccdb2c84a8d6fdc7e2903ccc59fe;hb=HEAD;hpb=c8b13dff969d8104c178d9362aa21cefb9d61fe8 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: