From e4df39ae1d708b01f60b87d6645bc6a6404deec2 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: May 16 2016 03:03:40 +0000 Subject: v4 --- diff --git a/Makefile b/Makefile index d02cb43..a598b6a 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ INCLUDES := $(shell find include/ -type f -name '*.h') INCLUDES := $(INCLUDES:include/%=%) LIBS := $(notdir $(wildcard lib/*.a)) -VERSION =2 +VERSION =4 build: $(foreach b,$(BINS),bin/$(b).o) $(foreach b,$(BINS_SH),bin/$(b).sh)