mirror of
https://github.com/cc65/cc65.git
synced 2025-02-04 13:32:54 +00:00
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
@ -74,6 +74,8 @@ endif
|
||||
ld65: $(INCS) $(OBJS) $(LIBS)
|
||||
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
|
||||
|
||||
inc: $(INCS)
|
||||
|
||||
clean:
|
||||
rm -f *~ core *.map
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user