Create output dir.

This commit is contained in:
Steve 2018-02-23 07:48:11 +00:00
parent fc9b8d2daa
commit 827ee5fc3a
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ all: $(PROG) $(LOCALE_MO)
# compiling other source files.
$(OUT)/%.o: %.c %.h $(DEPS)
@mkdir -p $(OUT)
$(CC) $(CFLAGS) $(CXXFLAGS) -c -o $@ $<
%.mo: %.po