diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ $(BUILD_DIR): $(TARGET): $(OBJS) ar rcs $@ $^ -$(BUILD_DIR)/%.o: %.c +$(BUILD_DIR)/%.o: %.c *.h $(CC) $(CFLAGS) $< -o $@ clean: |
