diff options
author | bptato <nincsnevem662@gmail.com> | 2021-07-30 20:23:34 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-07-30 20:25:38 +0200 |
commit | 34b023515599bc746c10c597467ecb07f53c49fe (patch) | |
tree | 38e77bb205bf94c63387dae4f7d859cda7bb9ce6 /Makefile | |
parent | 94a10242dca6181ef8f15a37e7083069ead09559 (diff) | |
download | chawan-34b023515599bc746c10c597467ecb07f53c49fe.tar.gz |
CSS selectors and re-organization
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile index 3d42c18d..a3baa746 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,9 @@ debug: $(NIMC) $(FLAGS) -d:small $(FILES) release: $(NIMC) $(FLAGS) -d:release $(FILES) +small: + $(NIMC) $(FLAGS) -d:danger -d:small $(FILES) danger: $(NIMC) $(FLAGS) -d:danger $(FILES) -small: - $(NIMC) $(FLAGS) -d:release -d:small $(FILES) -lowmem: - $(NIMC) $(FLAGS) -d:release -d:lowmem $(FILES) clean: rm ./twt |