X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-misc.git;a=blobdiff_plain;f=Makefile;h=f5a8fe4faeddc140a0adc3a31abb07a6e42b1119;hp=be54a6d2d57513dca717ec56bd0e500cbb2972e1;hb=94a1d1f9d838c543c2bd2b83f9254179382f4453;hpb=8acce85ac31908d96e18098b1c7b79763111d4a8 diff --git a/Makefile b/Makefile index be54a6d..f5a8fe4 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CFLAGS += -Wall -O2 LDFLAGS += -s INSTALL ?= bin -BIN = op_runfbapp op_gammatool op_test_inputs +BIN = op_runfbapp op_gammatool op_test_inputs ofbset all: $(BIN) @@ -22,5 +22,6 @@ install: $(INSTALL) $(BIN) cp op_runfbapp $(INSTALL)/ cp op_gammatool $(INSTALL)/op_gammatool_bin cp op_test_inputs $(INSTALL)/op_test_inputs_bin + cp ofbset $(INSTALL)/ cp scripts/op_gammatool $(INSTALL)/ cp scripts/op_test_inputs $(INSTALL)/