progress: make gmsh great again

This commit is contained in:
2026-01-07 20:02:39 +09:00
parent db1e2c2364
commit 7f6de0567a
7 changed files with 442 additions and 231 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# userprog/gmsh/Makefile
TARGET = gmsh
SRCS = gmsh.c builtin.c
SRCS = gmsh.c job.c parser.c exec.c builtin.c
CC = gcc
CFLAGS = -static -Wall