aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2019-04-27 20:27:07 +0530
committerDandelion <nirav@teisuu.com>2019-04-27 20:27:07 +0530
commite396a4057d96327f4735e316574f8a76b16d40be (patch)
tree9e5cc9a4c9eccbf3ce9bb01d020082f4975283e9 /Makefile
parent166b6cc1214ec4a0193baabaf80c5956bafcac9f (diff)
downloadim-e396a4057d96327f4735e316574f8a76b16d40be.tar.gz
im-e396a4057d96327f4735e316574f8a76b16d40be.zip
Change formating
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 524c50a..12fae3d 100644
--- a/Makefile
+++ b/Makefile
@@ -55,3 +55,12 @@ uninstall:
rm -f $(DESTDIR)$(BINDIR)/qwe
rm -f $(DESTDIR)$(APPDIR)/qwe.desktop
rm -f $(DESTDIR)$(MANDIR)/qwe.1
+
+src/file.o: src/file.c src/file.h src/image.h
+src/image.o: src/image.c src/image.h src/window.h
+src/input.o: src/input.c src/file.h src/image.h src/input.h src/window.h
+src/main.o: src/main.c src/file.h src/image.h src/option.h src/window.h
+src/option.o: src/option.c src/option.h
+src/resources.o: src/resources.c
+src/window.o: src/window.c src/file.h src/image.h src/input.h \
+ src/option.h src/window.h