mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
Update makefile
This commit is contained in:
parent
0e740cf577
commit
de2ae8dcf3
4
Makefile
4
Makefile
@ -181,7 +181,9 @@ $(BUILD_DIR):
|
|||||||
|
|
||||||
$(STAGING_DIR):
|
$(STAGING_DIR):
|
||||||
rm -rf $(STAGING_DIR)
|
rm -rf $(STAGING_DIR)
|
||||||
mkdir $(STAGING_DIR)
|
mkdir -p $(STAGING_DIR)/lib
|
||||||
|
mkdir -p $(STAGING_DIR)/usr/lib
|
||||||
|
mkdir -p $(STAGING_DIR)/include
|
||||||
|
|
||||||
$(TARGET_DIR):
|
$(TARGET_DIR):
|
||||||
rm -rf $(TARGET_DIR)
|
rm -rf $(TARGET_DIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user