diff options
| author | Anser <rostgans@tutamail.com> | 2026-08-17 12:10:35 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-08-17 12:15:32 +0200 |
| commit | 85322effa3eae7b7f0f7550f976fd6f83c874a00 (patch) | |
| tree | cf41ae49c717ca709eb8f1857e178356d1150f52 /Makefile | |
| parent | 86401d764e55dfa7d56e0d2f595f8c0519c41da9 (diff) | |
clean the cfetch.c file, created a seperate parser.c file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ TARGET = cfetch SRC = src/cfetch.c \ src/sysinfo.c \ src/ascii.c \ + src/parser.c \ src/utils.c .PHONY: all clean install uninstall debug |
