core: remove reference to a non-existing field of the theme struct
[fbsplash.git] / misc / kbd / Makefile
blobfd7f0cb10fd5f4fdc5d4920c9057b01927616deb
1 LIB ?= lib
3 all: fgconsole
5 fgconsole: fgconsole.o getfd.o
6 $(CC) $(CFLAGS) $(LDFLAGS) $+ -o $@
8 clean:
9 rm -f *.o fgconsole
11 install:
12 install -D fgconsole $(DESTDIR)/$(LIB)/splash/bin/fgconsole