mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
16 lines
253 B
Makefile
16 lines
253 B
Makefile
|
|
CPPFILES = about_dialog.cpp Config.cpp Icon.cpp MimeType.cpp process.cpp pty.cpp Run.cpp Util.cpp
|
|
TARGET =
|
|
|
|
include ../makeinclude
|
|
|
|
all: about_dialog.o Config.o Icon.o MimeType.o process.o pty.o Run.o Util.o
|
|
|
|
install:
|
|
|
|
uninstall:
|
|
|
|
clean:
|
|
$(RM) *.o
|
|
|