mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
13 lines
149 B
Makefile
13 lines
149 B
Makefile
|
|
include ../../GDALmake.opt
|
|
|
|
OBJ = webpdataset.o
|
|
|
|
|
|
|
|
default: $(OBJ:.o=.$(OBJ_EXT))
|
|
|
|
clean:
|
|
rm -f *.o $(O_OBJ)
|
|
|
|
install-obj: $(O_OBJ:.o=.$(OBJ_EXT))
|