mirror of
https://github.com/Team4388/auto_planner.git
synced 2026-06-09 00:38:06 -06:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user