1
0
mirror of https://git.lain.church/emil/libhl.git synced 2025-06-08 19:56:43 +00:00
libhl/makefile_xolatile
2023-08-18 17:33:35 -04:00

9 lines
330 B
Plaintext

default:
gcc -g -Wall -Wextra -Wpedantic -o hl hl_xolatile.c
clang -g -Weverything -o hl hl_xolatile.c
# 'This shit requires to be in /usr/bin currently...'
# 'There are unused functions that will be used, ignore now.'
# 'Next please do [$ sudo cp hl /usr/bin/hl].'
# 'Then test it with example [$ echo ABCDEF | valgrind hl].'