1
0
mirror of https://github.com/edeproject/ede.git synced 2023-08-10 21:13:03 +03:00
ede/ekeyconf/Makefile
2007-03-15 01:06:18 +00:00

18 lines
286 B
Makefile

CPPFILES = ../edelib2/Util.cpp ../edelib2/Config.cpp ekeys.cpp ekeyconf.cpp Shortcut_Button.cpp
TARGET = ekeyconf
include ../makeinclude
install:
$(INSTALL_PROGRAM) $(TARGET) $(bindir)
$(INSTALL_LOCALE)
uninstall:
$(RM) $(bindir)/$(TARGET)
clean:
$(RM) $(TARGET)
$(RM) *.o