1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +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:
cuz 2000-11-19 17:39:12 +00:00
parent 93c998d9e8
commit 53a885df58

View File

@ -74,6 +74,8 @@ endif
ld65: $(INCS) $(OBJS) $(LIBS)
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
inc: $(INCS)
clean:
rm -f *~ core *.map