]> git.saurik.com Git - apt.git/blobdiff - buildlib/program.mak
Join with aliencode
[apt.git] / buildlib / program.mak
index 98bea9aa5e4a14ae2f5b6d8450e2cbdc194002d2..a89dc5ea13c663ba0b491c470ba3d245d864b004 100644 (file)
@@ -24,6 +24,9 @@ program: $(BIN)/$(PROGRAM)
 clean: clean/$(LOCAL)
 veryclean: veryclean/$(LOCAL)
 
+# Make Directories
+MKDIRS += $(OBJ) $(DEP) $(BIN)
+
 # The clean rules
 .PHONY: clean/$(LOCAL) veryclean/$(LOCAL) 
 clean/$(LOCAL):