
221220000 张三 Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 20:14:34 up 10:54, 2 users, load average: 0.37, 0.15, 0.05
5 lines
99 B
Makefile
5 lines
99 B
Makefile
CC = gcc
|
|
CFLAGS = -Og -std=c99 -Wall -Werror -D__TEST__
|
|
|
|
test_sdb_expr:
|
|
$(CC) $(CFLAGS) -o $@ $@.c
|