Skip to content

Commit 92a4d0c

Browse files
committed
fix: makefile
1 parent b808be3 commit 92a4d0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vuru/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ COLLECTIONS = -collection:xbps=$(SRC_DIR)/core/xbps -collection:errors=$(SRC_DIR
1717
# Find all .odin source files
1818
SRCS = $(shell find $(SRC_DIR) -name '*.odin')
1919

20+
2021
.PHONY: all clean install uninstall debug run check
2122

22-
all: $(TARGET)
23+
all: clean $(TARGET)
2324

2425
$(TARGET): $(SRCS)
2526
@mkdir -p $(BUILD_DIR)

0 commit comments

Comments
 (0)