9 lines
107 B
Makefile
9 lines
107 B
Makefile
# EXCAREA
|
|
|
|
test: .SYMBOLIC test.exe
|
|
test.exe
|
|
|
|
objects = main.obj excarea.obj
|
|
|
|
!include ../cppexamp.mif
|