mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
The "inc" target needed for the snapshot build script seems to have been lost.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3981 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
778f79c436
commit
f62b7a564e
@ -100,6 +100,8 @@ $(EXE): $(INCS) $(OBJS) $(LIBS)
|
||||
$(CC) $(OBJS) $(LIBS) $(LDFLAGS) -o $@
|
||||
@if [ $(OS2_SHELL) ] ; then $(EBIND) $(EXE) ; fi
|
||||
|
||||
inc: $(INCS)
|
||||
|
||||
clean:
|
||||
$(RM) *~ core.* *.map
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user