From ca5c63096f8325a34682198ee4c299acd9556350 Mon Sep 17 00:00:00 2001 From: crc Date: Wed, 14 Nov 2018 16:26:05 +0000 Subject: [PATCH] make bin dir if not existing FossilOrigin-Name: c360a1356191d0eef1ff36fe4d965473c2589a254262b41b56968cdefac06582 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac71900..9e457c2 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,10 @@ LIBCURSES ?= -lcurses all: build -build: bin/retro-embedimage bin/retro-extend bin/retro-injectimage-js bin/retro-muri bin/RETRO12.html bin/retro-ri bin/retro bin/retro-repl bin/retro-unu +build: dirs bin/retro-embedimage bin/retro-extend bin/retro-injectimage-js bin/retro-muri bin/RETRO12.html bin/retro-ri bin/retro bin/retro-repl bin/retro-unu + +dirs: + mkdir -p bin clean: rm -f bin/retro-embedimage