]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/commitdiff
Build libpremnotify before the compiler
authorMichal Sojka <michal.sojka@cvut.cz>
Fri, 11 May 2018 09:45:48 +0000 (11:45 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Fri, 11 May 2018 09:45:48 +0000 (11:45 +0200)
This is to see potential build failures early in the build.

Makefile

index 1d9e11822e9a6f067dda8e4ee19135dbaef42163..819ed3923a4b880d5715dc06acd3b4f1d1faf2b8 100644 (file)
--- 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