mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 06:12:47 -06:00
13 lines
140 B
Makefile
13 lines
140 B
Makefile
|
|
include ../../GDALmake.opt
|
|
|
|
OBJ = irisdataset.o
|
|
|
|
|
|
|
|
default: $(OBJ:.o=.$(OBJ_EXT))
|
|
|
|
clean:
|
|
rm -f *.o
|
|
|
|
install-obj: $(O_OBJ:.o=.$(OBJ_EXT))
|