mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-19 14:15:21 -06:00
15 lines
153 B
Text
15 lines
153 B
Text
|
|
OBJ = irisdataset.obj
|
|
|
|
EXTRAFLAGS =
|
|
|
|
GDAL_ROOT = ..\..
|
|
|
|
!INCLUDE $(GDAL_ROOT)\nmake.opt
|
|
|
|
default: $(OBJ)
|
|
xcopy /D /Y *.obj ..\o
|
|
|
|
clean:
|
|
-del *.obj
|
|
|