git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: closedir(2)
[lunaix-os.git]
/
lunaix-os
/
makefile.usr
diff --git
a/lunaix-os/makefile.usr
b/lunaix-os/makefile.usr
index d71ad714c3c785107c4a9b7fdd0e7316c6d6ed1a..7cbec35cb468b7316bab3e28693721e340db8260 100644
(file)
--- a/
lunaix-os/makefile.usr
+++ b/
lunaix-os/makefile.usr
@@
-16,7
+16,7
@@
$(OBJECT_DIR)/%.S.o: %.S
$(OBJECT_DIR)/%.c.o: %.c
@mkdir -p $(@D)
@echo " CC $<"
- @$(CC) $(INCLUDES)
-c $< -o $@ $(CFLAGS)
+ @$(CC) $(INCLUDES)
$(CFLAGS) -g -c $< -o $@
$(BIN_DIR)/$(USR_LIB): $(OBJS)
@echo " AR $@"