diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |