From 2e01787400e88bbf9d9cbca5474a8c114883e8a2 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Thu, 15 May 2025 23:03:16 +0100 Subject: Writing --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f92cd99..1484362 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ TARGETS=index.html\ studies/exams.html\ - studies/subjects/computer-science.html + studies/subjects/computer-science.html\ + social-life/pubs.html TARGETS_PDF=$(TARGETS:%html=%pdf) default: $(TARGETS) -- cgit v1.2.3