Make target for generating the .inc files
git-svn-id: svn://svn.cc65.org/cc65/trunk@448 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
93c998d9e8
commit
53a885df58
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ endif
|
||||||
ld65: $(INCS) $(OBJS) $(LIBS)
|
ld65: $(INCS) $(OBJS) $(LIBS)
|
||||||
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
|
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
|
||||||
|
|
||||||
|
inc: $(INCS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *~ core *.map
|
rm -f *~ core *.map
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue