diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-31 10:37:23 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-31 10:37:23 +0100 |
| commit | d59cdee774f259416a863042f0733c7f3c54776b (patch) | |
| tree | 4ab99aaada4414afe669c09e489604b79b6063aa /Makefile | |
| parent | 8ee220a5d984f83d5ee9d9eed224ab0551bc7cc3 (diff) | |
chore: makefile: remove `all` rule.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -8,10 +8,6 @@ PDFTEX ?= pdflatex HTMLTEX ?= htlatex ECHO := @echo -.PHONY: all -all: wg05 wg01 wg02 wg03 - $(ECHO) "=> Done building Tex files." - include wg01.mk include wg02.mk include wg03.mk |
