From e396a4057d96327f4735e316574f8a76b16d40be Mon Sep 17 00:00:00 2001 From: nirav Date: Sat, 27 Apr 2019 20:27:07 +0530 Subject: Change formating --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3