From: Michal Sojka Date: Fri, 11 May 2018 09:45:48 +0000 (+0200) Subject: Build libpremnotify before the compiler X-Git-Tag: debian/2017.11-3~1 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hercules2020/hercules-compiler.git/commitdiff_plain/8a449c34a9e0503c9de7b59ac99a2863e8273265 Build libpremnotify before the compiler This is to see potential build failures early in the build. --- diff --git a/Makefile b/Makefile index 1d9e118..819ed39 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ PREFIX ?= $(HOME)/opt/hercules-compiler TMP_DESTDIR = $(CURDIR)/install -all: passes libpremnotify-cpu +all: libpremnotify-cpu +all: passes llvm-clang: build/bin/opt