summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e80a611..83675d2 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,9 @@ GLIB_COMPILE_RESOURCES = \
$(shell pkg-config --variable=glib_compile_resources gio-2.0)
SOURCES := \
+ cli.c \
device.c \
image.c \
- gui.c \
gui_app.c \
gui_app_window.c \
gui_resources.c \
@@ -27,6 +27,6 @@ camicro: $(SOURCES:%.c=%.o)
$(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@
clean:
- rm -f camicro $(SOURCES:%.c=%.o) gui_resources.c
+ rm -f camicro $(SOURCES:%.c=%.o) $(SOURCES:%.c=%.d) gui_resources.c
-include $(SOURCES:%.c=%.d)