diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ srcs = \ projects/screen-batt/index.mdwn \ projects/opkhelper/index.mdwn \ talks/software-contracts/index.mdwn \ - talks/index.mdwn + talks/index.mdwn \ + essays/index.mdwn objs = $(srcs:.mdwn=.html) .SUFFIXES: |