mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Removed obsolete makefiles.
Added main Makefile which will try to detect installed jam and call it as background process
This commit is contained in:
@ -1,17 +0,0 @@
|
||||
|
||||
CPPFILES = edialog.cpp
|
||||
TARGET = edialog
|
||||
|
||||
include ../makeinclude
|
||||
|
||||
install:
|
||||
$(INSTALL_PROGRAM) $(TARGET) $(bindir)
|
||||
$(INSTALL_LOCALE)
|
||||
|
||||
uninstall:
|
||||
$(RM) $(bindir)/$(TARGET)
|
||||
|
||||
clean:
|
||||
$(RM) $(TARGET)
|
||||
$(RM) *.o
|
||||
|
Reference in New Issue
Block a user