aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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
-