diff options
| author | Mistivia <i@mistivia.com> | 2025-03-19 23:41:13 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-03-19 23:41:38 +0800 |
| commit | 48f36f70413c944be9c764e846a1017dd00c63ec (patch) | |
| tree | 4e8321ad9dc4a4716fcd88220d689babe8f397d5 /Makefile | |
| parent | afb5ae7905c666eb259288ba0d3b47f71a13958f (diff) | |
add complete op list
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ buildtest: $(tests_bin) test: buildtest @echo @echo "Run tests:" - @scripts/runall.sh $^ + @scripts/runall.sh $(tests_bin) $(obj):%.o:%.c $(cc) -c $(cflags) $< -MD -MF $@.d -o $@ |
