mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Renamed the main file to main.c for consistency reasons.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5345 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -20,7 +20,7 @@ EBIND = emxbind
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# List of all object files
|
# List of all object files
|
||||||
|
|
||||||
OBJS = grc65.o
|
OBJS = main.o
|
||||||
|
|
||||||
LIBS = $(COMMON)/common.a
|
LIBS = $(COMMON)/common.a
|
||||||
|
|
||||||
@@ -54,5 +54,5 @@ zap: clean
|
|||||||
depend dep: $(OBJS:.o=.c)
|
depend dep: $(OBJS:.o=.c)
|
||||||
@echo "Creating dependency information"
|
@echo "Creating dependency information"
|
||||||
$(CC) $(CFLAGS) -MM $^ > .depend
|
$(CC) $(CFLAGS) -MM $^ > .depend
|
||||||
|
|
||||||
|
|
||||||
|
@@ -60,7 +60,7 @@ endif
|
|||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# All OBJ files
|
# All OBJ files
|
||||||
|
|
||||||
OBJS = grc65.obj
|
OBJS = main.obj
|
||||||
|
|
||||||
LIBS = ../common/common.lib
|
LIBS = ../common/common.lib
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user