aboutsummaryrefslogtreecommitdiff
path: root/lib/arg/Makefile
blob: 384f7979e2e7db34491793cc288a301f2ed3a94c (plain)
1
2
3
unit_test:
	gcc test.c arg.c ../io/io.c ../aec/aec.c ../malloc/malloc.c ../avl_tree/avl_tree.c ../cstr/cstr.c ../env/env.c ../sys/start.S -o test -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -g
	./test