summaryrefslogtreecommitdiffstats
path: root/obj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'obj/Makefile')
-rw-r--r--obj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/obj/Makefile b/obj/Makefile
index 3a6f482..70823a4 100644
--- a/obj/Makefile
+++ b/obj/Makefile
@@ -60,8 +60,8 @@ MAIN_INC_DIRS = -I $(LIBALX_INC_DIR) \
all: $(ALL)
main.o: $(MAIN_DEPS)
- $(Q)$(CC) $(CFLAGS) $(MAIN_INC_DIRS) -c $< -o $@ $(LIBS)
- @echo "\tCC $<"
+ $(Q)$(CC) $(CFLAGS) $(MAIN_INC_DIRS) -c $< -o $@
+ @echo "\tCC $@"
@echo ""