Files
NJU_PA/nemu/tests/Makefile
tracer-ics2023 01d1c63363 > compile NEMU
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
2024-08-17 20:14:35 +08:00

5 lines
99 B
Makefile

CC = gcc
CFLAGS = -Og -std=c99 -Wall -Werror -D__TEST__
test_sdb_expr:
$(CC) $(CFLAGS) -o $@ $@.c