12 lines
165 B
Makefile
12 lines
165 B
Makefile
|
#
|
||
|
# Built automatically
|
||
|
#
|
||
|
|
||
|
#
|
||
|
# Source files
|
||
|
#
|
||
|
|
||
|
$(OBJDIR)\main.obj $(OBJDIR)\main.lst: .\main.c \
|
||
|
.\coguid.h .\compobj.h .\initguid.h .\scode.h .\storage.h
|
||
|
|