From b665b356904ae8cd8d218ad09dcddd5cf40808a5 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: May 19 2016 03:31:19 +0000 Subject: v5 --- diff --git a/Makefile b/Makefile index 94b41e3..308baa9 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ INCLUDES := $(shell find "$(topdir)/include" -type f -name '*.h') INCLUDES := $(INCLUDES:$(topdir)/include/%=%) LIBS := $(notdir $(wildcard $(topdir)/lib/*.a)) -VERSION =4 +VERSION =5 build: $(foreach b,$(BINS),$(topdir)/bin/$(b).o) $(foreach b,$(BINS_SH),$(topdir)/bin/$(b).sh)