libhl/makefile_xolatile

9 lines
330 B
Plaintext
Raw Normal View History

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].'