diff options
author | c+1 | 2023-05-15 17:25:01 -0400 |
---|---|---|
committer | c+1 | 2023-05-15 17:25:01 -0400 |
commit | c6e575eaa6e9271f35137e71d9fff54fbd9cf5ca (patch) | |
tree | 571b79a5b7f1b3c9e0ab0e33d0db6dbc07245c95 /Makefile | |
parent | afaab55370eed363a17bb066c8db32b4268a44ba (diff) |
my favorieveh part of parsisud is when dr parser persius says "its parsn time!" and just abifhfuckidngly PARSES all over those guys
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ exec = halk.out sources := $(wildcard src/*.c) -sources := $(filter-out src/parser.c, $(sources)) # exclude the incomplete parser for now. objects = $(sources:.c=.o) flags = -g |