From: Mart Lubbers Date: Wed, 27 Jan 2016 20:38:30 +0000 (+0100) Subject: version 0.3 X-Git-Tag: v0.3 X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=32f7345100abe7c55c4222da3979c24a69fe4ca2;p=CleanReadLine.git version 0.3 --- 32f7345100abe7c55c4222da3979c24a69fe4ca2 diff --cc Makefile index 46b3d7b,bf8fbe7..e3cfbd2 --- a/Makefile +++ b/Makefile @@@ -1,8 -1,15 +1,14 @@@ --SHELL:=/bin/bash - CLM=clm - CLMFLAGS=-nt -l -lreadline + CLM:=clm + CLMFLAGS:=-nt -l -lreadline + LIBRARYDIR:=Clean\ System\ Files + BINARIES:=test - all: test + .PHONY: readline clean + + all: readline $(BINARIES) + + readline: + $(MAKE) -C $(LIBRARYDIR) %: %.icl $(CLM) $(CLMFLAGS) $(basename $<) -o $@