]> git.mdlowis.com Git - proto/sclpl.git/commitdiff
resolve merge conflict
authorMichael D. Lowis <mike.lowis@gentex.com>
Fri, 22 Mar 2019 21:27:44 +0000 (17:27 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Fri, 22 Mar 2019 21:27:44 +0000 (17:27 -0400)
1  2 
Makefile

diff --cc Makefile
index 738b95914926d6700b43c66548cffcd39e455aaf,c477b6a6d1e81ac32e3d76af68570b11f21c62f5..e9204bd957936af24f327c709c181aa0e06e66cc
+++ b/Makefile
@@@ -30,7 -30,7 +30,8 @@@ OBJS = source/main.o    
         source/codegen.o
  
  .PHONY: all specs tests
- all: sclpl tests
++
+ all: ${BIN} tests
  
  lib${BIN}.a: ${OBJS}
        ${AR} ${ARFLAGS} $@ $^