12 lines
153 B
Makefile
12 lines
153 B
Makefile
#
|
|
# Built automatically
|
|
#
|
|
|
|
#
|
|
# Source files
|
|
#
|
|
|
|
$(OBJDIR)\thsplit.obj $(OBJDIR)\thsplit.lst: .\thsplit.c $(CRTINC)\stdio.h \
|
|
$(CRTINC)\stdlib.h
|
|
|