From e8f6f76436fc9aade42308f1f6107da54f70a8a1 Mon Sep 17 00:00:00 2001 From: tenox Date: Tue, 28 Feb 2017 00:20:50 -0800 Subject: Makefile for git integration --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 86e769c..19209e1 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ wfm: ${OB} wfm.o: wfm.c wfmiconres.h wfm.h wfmiconres.h: bin2c - bash ./mkicons.sh + sh ./mkicons.sh bin2c: bin2c.c ${CC} -o bin2c bin2c.c @@ -23,4 +23,3 @@ bin2c: bin2c.c clean: rm -f *.o wfm wfmicon*.h bin2c - -- cgit v1.2.3