X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=63241e581f3cb1305c7a78a20bf49595c16ee55b;hp=db8e1f60994ebd86023aeebb62e5085a2271706f;hb=45d45c1e22620ef51023d0b8e09e85db9cb9380c;hpb=799b0b8773d6add1de99efd582c93701b82e970d diff --git a/Makefile b/Makefile index db8e1f60..63241e58 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,10 @@ endif plugins/cdrcimg/%.o: CFLAGS += -Wall OBJS += plugins/cdrcimg/cdrcimg.o +# dfinput +plugins/dfinput/%.o: CFLAGS += -Wall +OBJS += plugins/dfinput/pad.o + # gui OBJS += frontend/main.o frontend/plugin.o ifeq "$(USE_GTK)" "1" @@ -130,7 +134,7 @@ clean_plugins: PND_MAKE ?= $(HOME)/dev/pnd/src/pandora-libraries/testdata/scripts/pnd_make.sh -VER ?= $(shell git describe --abbrev=0 master) +VER ?= $(shell git describe master) rel: pcsx $(PLUGINS) \ pandora/pcsx.sh pandora/pcsx.pxml pandora/pcsx.png \