diff options
| author | sanine <sanine.not@pm.me> | 2025-10-27 10:52:01 -0500 | 
|---|---|---|
| committer | sanine <sanine.not@pm.me> | 2025-10-27 10:52:01 -0500 | 
| commit | 8f63364c2b1ec54e104c189db43805917800b789 (patch) | |
| tree | 8329eb5a9955667f1aa8d2e22110062d841379c7 /Makefile | |
| parent | 11f8fd4418a068c76fc7c810967a6bf285ee74b6 (diff) | |
implement basic grammatical expansionc-version
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -1,2 +1,5 @@  example: genalg.h genalg.c genalg.example.c  	gcc -g -o example genalg.c genalg.example.c -Wall -Wextra -Wpedantic -Werror -lm + +test: expression.h expression.c expression.test.c +	gcc -g -o test expression.c expression.test.c -Wall -Wextra -Wpedantic -Werror -lm | 
