Files
auto_planner/compile.bat
T

6 lines
231 B
Batchfile
Raw Normal View History

2024-01-06 13:39:26 -07:00
@echo off
set files=main.c gfx\gfx.c game\motion.c game\planner.c game\math\bezier.c game\math\mathutils.c
set libs=-l./lib/x64/SDL2 -l./lib/x64/SDL2main -l./lib/x64/SDL2_image
clang %files% -o auto.exe %libs%
auto figure.txt