Create output dir.
This commit is contained in:
parent
fc9b8d2daa
commit
827ee5fc3a
|
@ -59,6 +59,7 @@ all: $(PROG) $(LOCALE_MO)
|
||||||
|
|
||||||
# compiling other source files.
|
# compiling other source files.
|
||||||
$(OUT)/%.o: %.c %.h $(DEPS)
|
$(OUT)/%.o: %.c %.h $(DEPS)
|
||||||
|
@mkdir -p $(OUT)
|
||||||
$(CC) $(CFLAGS) $(CXXFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) $(CXXFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
%.mo: %.po
|
%.mo: %.po
|
||||||
|
|
Loading…
Reference in New Issue